opam-version: "2.0"
synopsis: "Binding of Vue_js"
maintainer: ["maxime.levillain@origin-labs.com"]
authors: ["Maxime Levillain"]
license: "MIT"
homepage: "https://gitlab.com/o-labs/vue-jsoo"
doc: "https://o-labs.gitlab.io/vue-jsoo/vue-jsoo"
bug-reports: "https://gitlab.com/o-labs/vue-jsoo/-/issues"
depends: [
  "ocaml" {>= "4.05"}
  "dune" {>= "2.4"}
  "js_of_ocaml-ppx" {>= "3.1.0"}
  "lwt"
]
depopts: ["js_of_ocaml-tyxml"]
conflicts: [
  "js_of_ocaml-tyxml" {< "3.1.0"}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://gitlab.com/o-labs/vue-jsoo.git"
url {
  src:
    "https://gitlab.com/api/v4/projects/18174793/repository/archive?sha=d960c9bea36c709fdb3daaf319f047b49689ff45"
  checksum: [
    "md5=2cc7a479a0b824387f924ce83971095b"
    "sha512=feaca68fb03c8a26ba4133f37ed8e303c5107d2bf1e73d798f739752bfc1fcb4ba53c5f6a6640c5d44cd6d52ccbb78188a2e5906e441eca98cc1af6eed29785c"
  ]
}
