Skip to content

Commit fbbbf38

Browse files
authored
Merge pull request ocaml#23653 from mefyl/opam-publish-timmy-jsoo.1.0.0
3 packages from mefyl/timmy at 1.0.0
2 parents 28b35f6 + 21db490 commit fbbbf38

File tree

3 files changed

+132
-0
lines changed
  • packages
    • timmy-jsoo/timmy-jsoo.1.0.0
    • timmy-unix/timmy-unix.1.0.0
    • timmy/timmy.1.0.0

3 files changed

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

packages/timmy/timmy.1.0.0/opam

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

0 commit comments

Comments
 (0)