this repo has no description
1opam-version: "2.0"
2synopsis: "Binding of Vue_js"
3maintainer: ["maxime.levillain@origin-labs.com"]
4authors: ["Maxime Levillain"]
5license: "MIT"
6homepage: "https://gitlab.com/o-labs/vue-jsoo"
7doc: "https://o-labs.gitlab.io/vue-jsoo/vue-jsoo"
8bug-reports: "https://gitlab.com/o-labs/vue-jsoo/-/issues"
9depends: [
10 "ocaml" {>= "4.05"}
11 "dune" {>= "2.4"}
12 "js_of_ocaml-ppx" {>= "3.1.0"}
13 "lwt"
14]
15depopts: ["js_of_ocaml-tyxml"]
16conflicts: [
17 "js_of_ocaml-tyxml" {< "3.1.0"}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://gitlab.com/o-labs/vue-jsoo.git"
34url {
35 src:
36 "https://gitlab.com/api/v4/projects/18174793/repository/archive?sha=d960c9bea36c709fdb3daaf319f047b49689ff45"
37 checksum: [
38 "md5=2cc7a479a0b824387f924ce83971095b"
39 "sha512=feaca68fb03c8a26ba4133f37ed8e303c5107d2bf1e73d798f739752bfc1fcb4ba53c5f6a6640c5d44cd6d52ccbb78188a2e5906e441eca98cc1af6eed29785c"
40 ]
41}