this repo has no description

Merge pull request #26705 from mefyl/opam-publish-timmy.1.1.5

4 packages from mefyl/timmy at 1.1.5

Changed files
+179
packages
timmy
timmy.1.1.5
timmy-jsoo
timmy-jsoo.1.1.5
timmy-lwt
timmy-lwt.1.1.5
timmy-unix
timmy-unix.1.1.5
+46
packages/timmy-jsoo/timmy-jsoo.1.1.5/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"}
+
"ptime"
+
"ppx_here"
+
"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.18.2" | >= "0.21.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.1.5.tar.gz"
+
checksum: [
+
"md5=6d1d9c3e2ccd8376c009e5b93b24de7e"
+
"sha512=96c844a6041f4cf42d1efa02ba12a3a184780beb64bfd5d5693a2338f57ad22d4793ff34a23a9a81a47954dbf489bc644077840d0435013494499b2b3405330b"
+
]
+
}
+42
packages/timmy-lwt/timmy-lwt.1.1.5/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Lwt utilities based on 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"}
+
"ppx_here"
+
"ppx_deriving" {>= "5.0"}
+
"alcotest" {with-test & >= "1.4.0"}
+
"alcotest-lwt" {with-test & >= "1.4.0"}
+
"logs" {>= "0.7.0"}
+
"lwt"
+
"timmy" {= version}
+
"odoc" {with-doc}
+
]
+
depopts: ["js_of_ocaml-lwt"]
+
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.1.5.tar.gz"
+
checksum: [
+
"md5=6d1d9c3e2ccd8376c009e5b93b24de7e"
+
"sha512=96c844a6041f4cf42d1efa02ba12a3a184780beb64bfd5d5693a2338f57ad22d4793ff34a23a9a81a47954dbf489bc644077840d0435013494499b2b3405330b"
+
]
+
}
+41
packages/timmy-unix/timmy-unix.1.1.5/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"}
+
"ptime"
+
"alcotest" {with-test & >= "1.4.0"}
+
"ezjsonm" {= "1.3.0" & build}
+
"base"
+
"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.1.5.tar.gz"
+
checksum: [
+
"md5=6d1d9c3e2ccd8376c009e5b93b24de7e"
+
"sha512=96c844a6041f4cf42d1efa02ba12a3a184780beb64bfd5d5693a2338f57ad22d4793ff34a23a9a81a47954dbf489bc644077840d0435013494499b2b3405330b"
+
]
+
}
+50
packages/timmy/timmy.1.1.5/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.18.2" | >= "0.21.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.1.5.tar.gz"
+
checksum: [
+
"md5=6d1d9c3e2ccd8376c009e5b93b24de7e"
+
"sha512=96c844a6041f4cf42d1efa02ba12a3a184780beb64bfd5d5693a2338f57ad22d4793ff34a23a9a81a47954dbf489bc644077840d0435013494499b2b3405330b"
+
]
+
}