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