opam-version: "2.0"
synopsis: "Bindings for odometer"
description: "Bindings for odometer"
maintainer: ["OCamlPro <contact@ocamlpro.com>"]
authors: ["OCamlPro <contact@ocamlpro.com>"]
license: "LGPL-2.1"
homepage: "https://github.com/ocamlpro/ezjs_odometer"
bug-reports: "https://github.com/ocamlpro/ezjs_odometer/issues"
depends: [
  "ocaml" {>= "4.05"}
  "dune" {>= "2.0"}
  "js_of_ocaml" {>= "3.6"}
  "js_of_ocaml-ppx" {>= "3.6"}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/ocamlpro/ezjs_odometer.git"
url {
  src: "https://github.com/OCamlPro/ezjs_odometer/archive/0.1.tar.gz"
  checksum: [
    "sha256=5f7bb1e222d6225de93cd09cb8643ae53a5e7eee78cb0f6ec67a01345897daa8"
    "sha512=355de62b483ca8e15f431e786f6ec7d1bbbf3fe34326c37b65ff291daeb3183dd4ca2ad04bd631e43431f66259cc084e72353d3d6e2c9dee46ecbc6ad30e443c"
  ]
}
