Skip to content

Commit 7696e48

Browse files
authored
Merge pull request ocaml#22795 from maxtori/opam-publish-vue-jsoo.0.3
Package vue-jsoo.0.3
2 parents 42ee1e6 + f75adf7 commit 7696e48

File tree

1 file changed

+36
-0
lines changed
  • packages/vue-jsoo/vue-jsoo.0.3

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
opam-version: "2.0"
2+
synopsis: "Binding of Vue_js"
3+
maintainer: "[email protected]"
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+
}

0 commit comments

Comments
 (0)