this repo has no description

Merge pull request #23653 from mefyl/opam-publish-timmy-jsoo.1.0.0

3 packages from mefyl/timmy at 1.0.0

Kate fbbbf385 28b35f67

Changed files
+132
packages
timmy
timmy.1.0.0
timmy-jsoo
timmy-jsoo.1.0.0
timmy-unix
timmy-unix.1.0.0
+44
packages/timmy-jsoo/timmy-jsoo.1.0.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Js_of_ocaml bindings for Timmy"
+
maintainer: ["mefyl <mefyl@gruntech.org>"]
+
authors: ["mefyl <mefyl@gruntech.org>"]
+
license: "LGPL-3.0-or-later"
+
homepage: "https://github.com/mefyl/timmy"
+
bug-reports: "https://github.com/mefyl/timmy/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"alcotest" {with-test & >= "1.4.0"}
+
"conf-npm" {with-test}
+
"fmt"
+
"js_of_ocaml"
+
"js_of_ocaml-ppx"
+
"timmy" {= version}
+
"odoc" {with-doc}
+
]
+
depopts: ["schematic-jsoo"]
+
conflicts: [
+
"schematic-jsoo" {< "0.17.0" | >= "0.18.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/mefyl/timmy.git"
+
url {
+
src: "https://github.com/mefyl/timmy/archive/refs/tags/1.0.0.tar.gz"
+
checksum: [
+
"md5=be0602624de7f037064601c41c2eb21d"
+
"sha512=e3f90db1c93f2931dbecb5c982ec513f562e1d8b24e840270d5a0ac26bd03b40292e498f7cbf1eedb8b89bb7eebd26a03279aaf11873cad6d4d970df7029f2aa"
+
]
+
}
+38
packages/timmy-unix/timmy-unix.1.0.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Unix clock implementation for Timmy"
+
maintainer: ["mefyl <mefyl@gruntech.org>"]
+
authors: ["mefyl <mefyl@gruntech.org>"]
+
license: "LGPL-3.0-or-later"
+
homepage: "https://github.com/mefyl/timmy"
+
bug-reports: "https://github.com/mefyl/timmy/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"alcotest" {with-test & >= "1.4.0"}
+
"conf-tzdata" {with-test}
+
"fmt"
+
"timmy" {= version}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/mefyl/timmy.git"
+
url {
+
src: "https://github.com/mefyl/timmy/archive/refs/tags/1.0.0.tar.gz"
+
checksum: [
+
"md5=be0602624de7f037064601c41c2eb21d"
+
"sha512=e3f90db1c93f2931dbecb5c982ec513f562e1d8b24e840270d5a0ac26bd03b40292e498f7cbf1eedb8b89bb7eebd26a03279aaf11873cad6d4d970df7029f2aa"
+
]
+
}
+50
packages/timmy/timmy.1.0.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Time and calendar library"
+
maintainer: ["mefyl <mefyl@gruntech.org>"]
+
authors: ["mefyl <mefyl@gruntech.org>"]
+
license: "LGPL-3.0-or-later"
+
homepage: "https://github.com/mefyl/timmy"
+
bug-reports: "https://github.com/mefyl/timmy/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"base"
+
"fmt" {>= "0.8.7"}
+
"ocaml" {>= "4.08.0"}
+
"ppx_here"
+
"ppx_deriving" {>= "5.0"}
+
"ptime"
+
"alcotest" {with-test & >= "1.4.0"}
+
"odoc" {with-doc}
+
"cmdliner" {dev & with-test}
+
"opam-file-format" {dev & with-test}
+
"sexplib" {dev & with-test}
+
"stdio" {dev & with-test}
+
"shexp" {dev & with-test}
+
]
+
depopts: ["js_of_ocaml" "schematic"]
+
conflicts: [
+
"schematic" {< "0.17.0" | >= "0.18.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/mefyl/timmy.git"
+
url {
+
src: "https://github.com/mefyl/timmy/archive/refs/tags/1.0.0.tar.gz"
+
checksum: [
+
"md5=be0602624de7f037064601c41c2eb21d"
+
"sha512=e3f90db1c93f2931dbecb5c982ec513f562e1d8b24e840270d5a0ac26bd03b40292e498f7cbf1eedb8b89bb7eebd26a03279aaf11873cad6d4d970df7029f2aa"
+
]
+
}