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-3.1.0/timedesc-3.1.0.tar.gz"
42 checksum:
43 "sha256=9c469c849ca6242f133ff1dadab3855379f4f6bc559486589a04276223428871"
44}
45