File tree 1 file changed +39
-0
lines changed
packages/ppx_deriving_jsoo/ppx_deriving_jsoo.0.3
1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ synopsis: "Ppx deriver for Js_of_ocaml"
3
+
4
+ authors: "Maxime Levillain <
[email protected] "
5
+ license: "LGPL-2.1-or-later"
6
+ homepage: "https://gitlab.com/o-labs/ppx_deriving_jsoo"
7
+ bug-reports: "https://gitlab.com/o-labs/ppx_deriving_jsoo/-/issues"
8
+ depends: [
9
+ "dune" {>= "2.0"}
10
+ "ocaml" {>= "4.08"}
11
+ "ppxlib" {>= "0.18.0"}
12
+ ]
13
+ depopts: ["ezjs_min"]
14
+ conflicts: [
15
+ "ezjs_min" {< "0.2.1"}
16
+ ]
17
+ build: [
18
+ ["dune" "subst"] {dev}
19
+ [
20
+ "dune"
21
+ "build"
22
+ "-p"
23
+ name
24
+ "-j"
25
+ jobs
26
+ "@install"
27
+ "@runtest" {with-test}
28
+ "@doc" {with-doc}
29
+ ]
30
+ ]
31
+ dev-repo: "git://gitlab.com/o-labs/ppx_deriving_jsoo"
32
+ url {
33
+ src:
34
+ "https://gitlab.com/o-labs/ppx_deriving_jsoo/-/archive/0.3/ppx_deriving_jsoo-0.3.tar.gz"
35
+ checksum: [
36
+ "md5=fe7cc6e9871ec6eb9f4db51360f0b5b0"
37
+ "sha512=f7bd3b4839a383959c2cb96632cc5fb9e60b7c2655aea34d535fe2b5c1af290125c895541a063f75cad0acad7d808a61535c7a5e974a4c4fb05526979f886a20"
38
+ ]
39
+ }
You can’t perform that action at this time.
0 commit comments