File tree Expand file tree Collapse file tree 6 files changed +292
-0
lines changed
timedesc-json/timedesc-json.1.2.0
timedesc-sexp/timedesc-sexp.1.2.0
timedesc-tzdb/timedesc-tzdb.1.2.0
timedesc-tzlocal-js/timedesc-tzlocal-js.1.2.0
timedesc-tzlocal/timedesc-tzlocal.1.2.0 Expand file tree Collapse file tree 6 files changed +292
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Timedesc JSON backend"
4+ description: """
5+
6+ This package provides JSON serialization functions for various Timedesc values
7+ """
8+ maintainer: ["Darren Ldl <
[email protected] >"]
9+ authors: ["Daypack developers"]
10+ license: "MIT"
11+ homepage: "https://github.com/daypack-dev/timere"
12+ bug-reports: "https://github.com/daypack-dev/timere/issues"
13+ depends: [
14+ "ocaml" {>= "4.08"}
15+ "dune" {>= "2.9"}
16+ "timedesc" {= version}
17+ "yojson" {>= "1.6.0"}
18+ "odoc" {with-doc}
19+ ]
20+ build: [
21+ ["dune" "subst"] {dev}
22+ [
23+ "dune"
24+ "build"
25+ "-p"
26+ name
27+ "-j"
28+ jobs
29+ "--promote-install-files=false"
30+ "@install"
31+ "@runtest" {with-test}
32+ "@doc" {with-doc}
33+ ]
34+ ["dune" "install" "-p" name "--create-install-files" name]
35+ ]
36+ dev-repo: "git+https://github.com/daypack-dev/timere.git"
37+
38+ url {
39+ src:
40+ "https://github.com/daypack-dev/timere/releases/download/timedesc-1.2.0/timedesc-1.2.0.tar.gz"
41+ checksum:
42+ "sha256=f0c4acf3cf17e0a2bf861b7a9695a0359ed43b00a256cc80bdf5d12961afa7a4"
43+ }
44+
Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Timedesc Sexp backend"
4+ description: """
5+
6+ This package provides sexp serialization functions for various Timedesc values
7+ """
8+ maintainer: ["Darren Ldl <
[email protected] >"]
9+ authors: ["Daypack developers"]
10+ license: "MIT"
11+ homepage: "https://github.com/daypack-dev/timere"
12+ bug-reports: "https://github.com/daypack-dev/timere/issues"
13+ depends: [
14+ "ocaml" {>= "4.08"}
15+ "dune" {>= "2.9"}
16+ "timedesc" {= version}
17+ "sexplib" {>= "v0.14.0"}
18+ "odoc" {with-doc}
19+ ]
20+ build: [
21+ ["dune" "subst"] {dev}
22+ [
23+ "dune"
24+ "build"
25+ "-p"
26+ name
27+ "-j"
28+ jobs
29+ "--promote-install-files=false"
30+ "@install"
31+ "@runtest" {with-test}
32+ "@doc" {with-doc}
33+ ]
34+ ["dune" "install" "-p" name "--create-install-files" name]
35+ ]
36+ dev-repo: "git+https://github.com/daypack-dev/timere.git"
37+
38+ url {
39+ src:
40+ "https://github.com/daypack-dev/timere/releases/download/timedesc-1.2.0/timedesc-1.2.0.tar.gz"
41+ checksum:
42+ "sha256=f0c4acf3cf17e0a2bf861b7a9695a0359ed43b00a256cc80bdf5d12961afa7a4"
43+ }
44+
Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Virtual library for Timedesc time zone database backends"
4+ description: """
5+
6+ Concrete implementations available in this package:
7+
8+ - `timedesc-tzdb.full`
9+
10+ - `timedesc-tzdb.none`
11+ """
12+ maintainer: ["Darren Ldl <
[email protected] >"]
13+ authors: ["Daypack developers"]
14+ license: "MIT"
15+ homepage: "https://github.com/daypack-dev/timere"
16+ bug-reports: "https://github.com/daypack-dev/timere/issues"
17+ depends: [
18+ "ocaml" {>= "4.08"}
19+ "dune" {>= "2.9"}
20+ "odoc" {with-doc}
21+ ]
22+ build: [
23+ ["dune" "subst"] {dev}
24+ [
25+ "dune"
26+ "build"
27+ "-p"
28+ name
29+ "-j"
30+ jobs
31+ "--promote-install-files=false"
32+ "@install"
33+ "@runtest" {with-test}
34+ "@doc" {with-doc}
35+ ]
36+ ["dune" "install" "-p" name "--create-install-files" name]
37+ ]
38+ dev-repo: "git+https://github.com/daypack-dev/timere.git"
39+
40+ url {
41+ src:
42+ "https://github.com/daypack-dev/timere/releases/download/timedesc-1.2.0/timedesc-1.2.0.tar.gz"
43+ checksum:
44+ "sha256=f0c4acf3cf17e0a2bf861b7a9695a0359ed43b00a256cc80bdf5d12961afa7a4"
45+ }
46+
Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "JS implementation for timedesc-tzlocal"
4+ description: """
5+
6+ JavaScript implementation of timedesc-tzlocal
7+ """
8+ maintainer: ["Darren Ldl <
[email protected] >"]
9+ authors: ["Daypack developers"]
10+ license: "MIT"
11+ homepage: "https://github.com/daypack-dev/timere"
12+ bug-reports: "https://github.com/daypack-dev/timere/issues"
13+ depends: [
14+ "ocaml" {>= "4.08"}
15+ "dune" {>= "2.9"}
16+ "timedesc-tzlocal" {= version}
17+ "js_of_ocaml" {>= "4.0.0"}
18+ "js_of_ocaml-ppx"
19+ "odoc" {with-doc}
20+ ]
21+ build: [
22+ ["dune" "subst"] {dev}
23+ [
24+ "dune"
25+ "build"
26+ "-p"
27+ name
28+ "-j"
29+ jobs
30+ "--promote-install-files=false"
31+ "@install"
32+ "@runtest" {with-test}
33+ "@doc" {with-doc}
34+ ]
35+ ["dune" "install" "-p" name "--create-install-files" name]
36+ ]
37+ dev-repo: "git+https://github.com/daypack-dev/timere.git"
38+
39+ url {
40+ src:
41+ "https://github.com/daypack-dev/timere/releases/download/timedesc-1.2.0/timedesc-1.2.0.tar.gz"
42+ checksum:
43+ "sha256=f0c4acf3cf17e0a2bf861b7a9695a0359ed43b00a256cc80bdf5d12961afa7a4"
44+ }
45+
Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Virtual library for Timedesc local time zone detection backends"
4+ description: """
5+
6+ Concrete implementations available in this package:
7+
8+ - `timedesc-tzlocal.unix`
9+
10+ - `timedesc-tzlocal.none`
11+
12+ - `timedesc-tzlocal.utc`
13+
14+ See timedesc-tzlocal-js for JavaScript backend
15+ """
16+ maintainer: ["Darren Ldl <
[email protected] >"]
17+ authors: ["Daypack developers"]
18+ license: "MIT"
19+ homepage: "https://github.com/daypack-dev/timere"
20+ bug-reports: "https://github.com/daypack-dev/timere/issues"
21+ depends: [
22+ "ocaml" {>= "4.08"}
23+ "dune" {>= "2.9"}
24+ "odoc" {with-doc}
25+ ]
26+ build: [
27+ ["dune" "subst"] {dev}
28+ [
29+ "dune"
30+ "build"
31+ "-p"
32+ name
33+ "-j"
34+ jobs
35+ "--promote-install-files=false"
36+ "@install"
37+ "@runtest" {with-test}
38+ "@doc" {with-doc}
39+ ]
40+ ["dune" "install" "-p" name "--create-install-files" name]
41+ ]
42+ dev-repo: "git+https://github.com/daypack-dev/timere.git"
43+
44+ url {
45+ src:
46+ "https://github.com/daypack-dev/timere/releases/download/timedesc-1.2.0/timedesc-1.2.0.tar.gz"
47+ checksum:
48+ "sha256=f0c4acf3cf17e0a2bf861b7a9695a0359ed43b00a256cc80bdf5d12961afa7a4"
49+ }
50+
Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "OCaml date time handling library"
4+ description: """
5+
6+ Features:
7+
8+ - Timestamp and date time handling with platform independent time zone support
9+
10+ - Subset of the IANA time zone database is built into this library
11+
12+ - Supports Gregorian calendar date, ISO week date, and ISO ordinal date
13+
14+ - Supports nanosecond precision
15+
16+ - ISO8601 parsing and RFC3339 printing
17+ """
18+ maintainer: ["Darren Ldl <
[email protected] >"]
19+ authors: ["Daypack developers"]
20+ license: "MIT"
21+ homepage: "https://github.com/daypack-dev/timere"
22+ bug-reports: "https://github.com/daypack-dev/timere/issues"
23+ depends: [
24+ "ocaml" {>= "4.08"}
25+ "bisect_ppx" {dev & >= "2.5.0"}
26+ "dune" {>= "2.9"}
27+ "timedesc-tzdb" {= version}
28+ "timedesc-tzlocal" {= version}
29+ "seq"
30+ "angstrom" {>= "0.15.0"}
31+ "ptime"
32+ "result" {>= "1.5"}
33+ "crowbar" {with-test}
34+ "alcotest" {with-test}
35+ "qcheck-alcotest" {with-test}
36+ "qcheck" {with-test}
37+ "odoc" {with-doc}
38+ ]
39+ build: [
40+ ["dune" "subst"] {dev}
41+ [
42+ "dune"
43+ "build"
44+ "-p"
45+ name
46+ "-j"
47+ jobs
48+ "--promote-install-files=false"
49+ "@install"
50+ "@runtest" {with-test}
51+ "@doc" {with-doc}
52+ ]
53+ ["dune" "install" "-p" name "--create-install-files" name]
54+ ]
55+ dev-repo: "git+https://github.com/daypack-dev/timere.git"
56+
57+ url {
58+ src:
59+ "https://github.com/daypack-dev/timere/releases/download/timedesc-1.2.0/timedesc-1.2.0.tar.gz"
60+ checksum:
61+ "sha256=f0c4acf3cf17e0a2bf861b7a9695a0359ed43b00a256cc80bdf5d12961afa7a4"
62+ }
63+
You can’t perform that action at this time.
0 commit comments