this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Time and calendar library" 4maintainer: ["mefyl <mefyl@gruntech.org>"] 5authors: ["mefyl <mefyl@gruntech.org>"] 6license: "LGPL-3.0-or-later" 7homepage: "https://github.com/mefyl/timmy" 8bug-reports: "https://github.com/mefyl/timmy/issues" 9depends: [ 10 "dune" {>= "3.0"} 11 "base" 12 "fmt" {>= "0.8.7"} 13 "ocaml" {>= "4.08.0" & < "5.1.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] 25depopts: ["js_of_ocaml" "schematic"] 26conflicts: [ 27 "schematic" {< "0.17.0" | >= "0.18.0"} 28] 29build: [ 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] 43dev-repo: "git+https://github.com/mefyl/timmy.git" 44url { 45 src: "https://github.com/mefyl/timmy/archive/refs/tags/1.0.0.tar.gz" 46 checksum: [ 47 "md5=8ff18d53b9432f7d944adc31230736ff" 48 "sha512=0395308f402131b0333a8ee94c878d78e7698573e1c6bc943911692003b8d81949598e524e7ce0c9438cd4a3cf6298a58a868b24df7b5a5e1342ea263bd51a60" 49 ] 50}