File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
packages/vue-jsoo/vue-jsoo.0.3 Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Binding of Vue_js"
3+ 4+ authors: "Maxime Levillain"
5+ license: "MIT"
6+ homepage: "https://gitlab.com/o-labs/vue-jsoo"
7+ doc: "https://o-labs.gitlab.io/vue-jsoo/vue-jsoo"
8+ bug-reports: "https://gitlab.com/o-labs/vue-jsoo/-/issues"
9+ depends: [
10+ "dune" {>= "2.8"}
11+ "ezjs_min" {>= "0.2.1"}
12+ "odoc" {with-doc}
13+ ]
14+ depopts: ["ppx_deriving_jsoo"]
15+ build: [
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+ ]
29+ dev-repo: "git+https://gitlab.com/o-labs/vue-jsoo.git"
30+ url {
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+ }
You can’t perform that action at this time.
0 commit comments