Skip to content

Commit

Permalink
Merge pull request #26705 from mefyl/opam-publish-timmy.1.1.5
Browse files Browse the repository at this point in the history
4 packages from mefyl/timmy at 1.1.5
  • Loading branch information
mseri authored Oct 10, 2024
2 parents a9fe998 + 718a5be commit ac01ad6
Show file tree
Hide file tree
Showing 4 changed files with 179 additions and 0 deletions.
46 changes: 46 additions & 0 deletions packages/timmy-jsoo/timmy-jsoo.1.1.5/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# 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 changes: 42 additions & 0 deletions packages/timmy-lwt/timmy-lwt.1.1.5/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# 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 changes: 41 additions & 0 deletions packages/timmy-unix/timmy-unix.1.1.5/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# 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 changes: 50 additions & 0 deletions packages/timmy/timmy.1.1.5/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# 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"
]
}

0 comments on commit ac01ad6

Please sign in to comment.