opam-version: "2.0"
synopsis: "Ppx deriver for Js_of_ocaml"
maintainer: ["contact@origin-labs.com"]
authors: ["Maxime Levillain <maxime.levillain@origin-labs.com"]
license: "LGPL-2.1-or-later"
homepage: "https://gitlab.com/o-labs/ppx_deriving_jsoo"
bug-reports: "https://gitlab.com/o-labs/ppx_deriving_jsoo/-/issues"
depends: [
  "dune" {>= "2.0"}
  "ocaml" {>= "4.08"}
  "ezjs_min" {>= "0.2.1"}
  "ppxlib" {>= "0.18.0"}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git://gitlab.com/o-labs/ppx_deriving_jsoo"
url {
  src:
    "https://gitlab.com/api/v4/projects/22645789/repository/archive?sha=1544d22e6e68f309608f46b48f5349a692003ab8"
  checksum: [
    "md5=a642b0ced6eec63f722075a5e2767011"
    "sha512=065e20e768dd8ab5c98506f025d8200ef369c35aa927c1f50733d74e08a8bd45321c40d8c8790d8a67fd2948c5e01aaccdb3ce6f09ba9502ebf5d0a0088bbb87"
  ]
}
