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 "dune" {>= "2.4"}
11 "js_of_ocaml-ppx" {>= "3.1.0"}
12 "lwt"
13]
14depopts: [
15 "js_of_ocaml-tyxml"
16]
17conflicts: [
18 "js_of_ocaml-tyxml" {< "3.1.0"}
19]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://gitlab.com/o-labs/vue-jsoo"
35url {
36 src:
37 "https://gitlab.com/api/v4/projects/18174793/repository/archive?sha=2a338bcccd3cdd4c5b3c488f84b954baa976840e"
38 checksum: [
39 "md5=d8095fc66a530f25abb2c0b994e2e720"
40 "sha512=0068240dff39fb5e08a61bb36540b6fffa5d015abb7b4f5eb6a00425f8d860d7f73493d63779b6cc269680192cdab4c3dc662c5631ae1e195f6f58e92815f4e2"
41 ]
42}