this repo has no description
1opam-version: "2.0" 2synopsis: "Bindings for odometer" 3description: "Bindings for odometer" 4maintainer: ["OCamlPro <contact@ocamlpro.com>"] 5authors: ["OCamlPro <contact@ocamlpro.com>"] 6license: "LGPL-2.1-only" 7homepage: "https://github.com/ocamlpro/ezjs_odometer" 8bug-reports: "https://github.com/ocamlpro/ezjs_odometer/issues" 9depends: [ 10 "ocaml" {>= "4.05"} 11 "dune" {>= "2.0"} 12 "js_of_ocaml" {>= "3.6"} 13 "js_of_ocaml-ppx" {>= "3.6"} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "@install" 25 "@runtest" {with-test} 26 "@doc" {with-doc} 27 ] 28] 29dev-repo: "git+https://github.com/ocamlpro/ezjs_odometer.git" 30url { 31 src: "https://github.com/OCamlPro/ezjs_odometer/archive/0.1.tar.gz" 32 checksum: [ 33 "sha256=5f7bb1e222d6225de93cd09cb8643ae53a5e7eee78cb0f6ec67a01345897daa8" 34 "sha512=355de62b483ca8e15f431e786f6ec7d1bbbf3fe34326c37b65ff291daeb3183dd4ca2ad04bd631e43431f66259cc084e72353d3d6e2c9dee46ecbc6ad30e443c" 35 ] 36}