this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Virtual library for Timedesc time zone database backends" 4description: """ 5 6Concrete implementations available in this package: 7 8- `timedesc-tzdb.full` 9 10- `timedesc-tzdb.none` 11""" 12maintainer: ["Darren Ldl <darrenldldev@gmail.com>"] 13authors: ["Daypack developers"] 14license: "MIT" 15homepage: "https://github.com/daypack-dev/timere" 16bug-reports: "https://github.com/daypack-dev/timere/issues" 17depends: [ 18 "ocaml" {>= "4.08"} 19 "dune" {>= "2.9"} 20 "odoc" {with-doc} 21] 22build: [ 23 ["dune" "subst"] {dev} 24 [ 25 "dune" 26 "build" 27 "-p" 28 name 29 "-j" 30 jobs 31 "--promote-install-files=false" 32 "@install" 33 "@runtest" {with-test} 34 "@doc" {with-doc} 35 ] 36 ["dune" "install" "-p" name "--create-install-files" name] 37] 38dev-repo: "git+https://github.com/daypack-dev/timere.git" 39 40url { 41 src: 42 "https://github.com/daypack-dev/timere/releases/download/timedesc-2.0.0/timedesc-2.0.0.tar.gz" 43 checksum: 44 "sha256=3679d0a56384d66b7f1799645913dd0f0a6a5c252570d8be679184e984102caf" 45} 46