this repo has no description
1opam-version: "2.0" 2synopsis: "Time and calendar library" 3maintainer: "mefyl <mefyl@gruntech.org>" 4authors: "mefyl <mefyl@gruntech.org>" 5license: "LGPL-3.0-or-later" 6homepage: "https://github.com/mefyl/timmy" 7bug-reports: "https://github.com/mefyl/timmy/issues" 8depends: [ 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] 24depopts: ["js_of_ocaml" "schematic"] 25conflicts: [ 26 "schematic" {< "0.18.2" | >= "0.19.0"} 27] 28build: [ 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] 42dev-repo: "git+https://github.com/mefyl/timmy.git" 43pin-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] 47url { 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}