Skip to content

Commit e05d4b5

Browse files
authored
Merge pull request #24458 from mefyl/opam-publish-timmy.1.0.3
3 packages from mefyl/timmy at 1.0.4
2 parents 10a6f1d + 9bae76f commit e05d4b5

File tree

3 files changed

+137
-0
lines changed
  • packages
    • timmy-jsoo/timmy-jsoo.1.0.4
    • timmy-unix/timmy-unix.1.0.4
    • timmy/timmy.1.0.4

3 files changed

+137
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
opam-version: "2.0"
2+
synopsis: "Js_of_ocaml bindings for Timmy"
3+
maintainer: "mefyl <[email protected]>"
4+
authors: "mefyl <[email protected]>"
5+
license: "LGPL-3.0-or-later"
6+
homepage: "https://github.com/mefyl/timmy"
7+
bug-reports: "https://github.com/mefyl/timmy/issues"
8+
depends: [
9+
"dune" {>= "3.0"}
10+
"alcotest" {with-test & >= "1.4.0"}
11+
"conf-npm" {with-test}
12+
"fmt"
13+
"js_of_ocaml"
14+
"js_of_ocaml-ppx"
15+
"timmy" {= version}
16+
"odoc" {with-doc}
17+
]
18+
depopts: ["schematic-jsoo"]
19+
conflicts: [
20+
"schematic-jsoo" {< "0.18.2" | >= "0.19.0"}
21+
]
22+
build: [
23+
["dune" "subst"] {dev}
24+
[
25+
"dune"
26+
"build"
27+
"-p"
28+
name
29+
"-j"
30+
jobs
31+
"@install"
32+
"@runtest" {with-test}
33+
"@doc" {with-doc}
34+
]
35+
]
36+
dev-repo: "git+https://github.com/mefyl/timmy.git"
37+
pin-depends: [
38+
["landmarks.1.4" "git+https://github.com/routineco/landmarks.git#js"]
39+
["landmarks-ppx.1.4" "git+https://github.com/routineco/landmarks.git#js"]
40+
]
41+
url {
42+
src: "https://github.com/mefyl/timmy/archive/refs/tags/1.0.4.tar.gz"
43+
checksum: [
44+
"md5=c8bda198fd548c288fd067217fef22aa"
45+
"sha512=f168d44b45b453addf0aee02eaf992b6669dc0843cea992ab8a35fefb3a1b76e8225da03424e59369703cce5c788a1eac04f8490c7c8b3977c60da1898811ddf"
46+
]
47+
}
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
opam-version: "2.0"
2+
synopsis: "Unix clock implementation for Timmy"
3+
maintainer: "mefyl <[email protected]>"
4+
authors: "mefyl <[email protected]>"
5+
license: "LGPL-3.0-or-later"
6+
homepage: "https://github.com/mefyl/timmy"
7+
bug-reports: "https://github.com/mefyl/timmy/issues"
8+
depends: [
9+
"dune" {>= "3.0"}
10+
"alcotest" {with-test & >= "1.4.0"}
11+
"conf-tzdata" {with-test}
12+
"fmt"
13+
"timmy" {= version}
14+
"odoc" {with-doc}
15+
]
16+
build: [
17+
["dune" "subst"] {dev}
18+
[
19+
"dune"
20+
"build"
21+
"-p"
22+
name
23+
"-j"
24+
jobs
25+
"@install"
26+
"@runtest" {with-test}
27+
"@doc" {with-doc}
28+
]
29+
]
30+
dev-repo: "git+https://github.com/mefyl/timmy.git"
31+
url {
32+
src: "https://github.com/mefyl/timmy/archive/refs/tags/1.0.4.tar.gz"
33+
checksum: [
34+
"md5=c8bda198fd548c288fd067217fef22aa"
35+
"sha512=f168d44b45b453addf0aee02eaf992b6669dc0843cea992ab8a35fefb3a1b76e8225da03424e59369703cce5c788a1eac04f8490c7c8b3977c60da1898811ddf"
36+
]
37+
}

packages/timmy/timmy.1.0.4/opam

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
opam-version: "2.0"
2+
synopsis: "Time and calendar library"
3+
maintainer: "mefyl <[email protected]>"
4+
authors: "mefyl <[email protected]>"
5+
license: "LGPL-3.0-or-later"
6+
homepage: "https://github.com/mefyl/timmy"
7+
bug-reports: "https://github.com/mefyl/timmy/issues"
8+
depends: [
9+
"dune" {>= "3.0"}
10+
"base"
11+
"fmt" {>= "0.8.7"}
12+
"ocaml" {>= "4.08.0"}
13+
"ppx_here"
14+
"ppx_deriving" {>= "5.0"}
15+
"ptime"
16+
"alcotest" {with-test & >= "1.4.0"}
17+
"odoc" {with-doc}
18+
"cmdliner" {dev & with-test}
19+
"opam-file-format" {dev & with-test}
20+
"sexplib" {dev & with-test}
21+
"stdio" {dev & with-test}
22+
"shexp" {dev & with-test}
23+
]
24+
depopts: ["js_of_ocaml" "schematic"]
25+
conflicts: [
26+
"schematic" {< "0.18.2" | >= "0.19.0"}
27+
]
28+
build: [
29+
["dune" "subst"] {dev}
30+
[
31+
"dune"
32+
"build"
33+
"-p"
34+
name
35+
"-j"
36+
jobs
37+
"@install"
38+
"@runtest" {with-test}
39+
"@doc" {with-doc}
40+
]
41+
]
42+
dev-repo: "git+https://github.com/mefyl/timmy.git"
43+
pin-depends: [
44+
["landmarks.1.4" "git+https://github.com/routineco/landmarks.git#js"]
45+
["landmarks-ppx.1.4" "git+https://github.com/routineco/landmarks.git#js"]
46+
]
47+
url {
48+
src: "https://github.com/mefyl/timmy/archive/refs/tags/1.0.4.tar.gz"
49+
checksum: [
50+
"md5=c8bda198fd548c288fd067217fef22aa"
51+
"sha512=f168d44b45b453addf0aee02eaf992b6669dc0843cea992ab8a35fefb3a1b76e8225da03424e59369703cce5c788a1eac04f8490c7c8b3977c60da1898811ddf"
52+
]
53+
}

0 commit comments

Comments
 (0)