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.8"}
11 "ezjs_min" {>= "0.2.1"}
12 "odoc" {with-doc}
13]
14depopts: ["ppx_deriving_jsoo"]
15build: [
16 ["dune" "subst"] {dev}
17 [
18 "dune"
19 "build"
20 "-p"
21 name
22 "-j"
23 jobs
24 "@install"
25 "@runtest" {with-test}
26 "@doc" {with-doc}
27 ]
28]
29dev-repo: "git+https://gitlab.com/o-labs/vue-jsoo.git"
30url {
31 src: "https://gitlab.com/o-labs/vue-jsoo/-/archive/0.3/vue-jsoo-0.3.tar.gz"
32 checksum: [
33 "md5=ba1262b631818c3d20eb872b0f6989de"
34 "sha512=d326ec29baa9abd5ad0629e3d854b78cb6846714d73b6517fa1f2341f909fe9b4cfd554c113674e133e23e8906d402ab0a3df4210dca1a775ea04c29486cb1cd"
35 ]
36}