this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "OCaml date time handling library" 4description: """ 5 6Features: 7 8- Timestamp and date time handling with platform independent time zone support 9 10 - Subset of the IANA time zone database is built into this library 11 12- Supports Gregorian calendar date, ISO week date, and ISO ordinal date 13 14- Supports nanosecond precision 15 16- ISO8601 parsing and RFC3339 printing 17""" 18maintainer: ["Darren Ldl <darrenldldev@gmail.com>"] 19authors: ["Daypack developers"] 20license: "MIT" 21homepage: "https://github.com/daypack-dev/timere" 22bug-reports: "https://github.com/daypack-dev/timere/issues" 23depends: [ 24 "ocaml" {>= "4.08.1"} 25 "bisect_ppx" {dev & >= "2.5.0"} 26 "dune" {>= "2.9"} 27 "timedesc-tzdb" {= version} 28 "timedesc-tzlocal" {= version} 29 "seq" 30 "mparser" {>= "1.3"} 31 "angstrom" {>= "0.15.0"} 32 "ptime" 33 "sexplib" 34 "result" {>= "1.5"} 35 "crowbar" {with-test} 36 "alcotest" {with-test} 37 "qcheck-alcotest" {with-test} 38 "qcheck" {with-test} 39 "odoc" {with-doc} 40] 41build: [ 42 ["dune" "subst"] {dev} 43 [ 44 "dune" 45 "build" 46 "-p" 47 name 48 "-j" 49 jobs 50 "--promote-install-files=false" 51 "@install" 52 53 "@doc" {with-doc} 54 ] 55 ["dune" "install" "-p" name "--create-install-files" name] 56] 57dev-repo: "git+https://github.com/daypack-dev/timere.git" 58 59url { 60 src: 61 "https://github.com/daypack-dev/timere/releases/download/timedesc-0.8.0/timedesc-0.8.0.tar.gz" 62 checksum: 63 "sha256=aa1e1259be99f534f60af4a9923c42c2563868add5d251b0f0e9c1e47331dfe2" 64} 65