forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ocaml#22664 from maxtori/opam-publish-ppx_deriving…
…_jsoo.0.3 Package ppx_deriving_jsoo.0.3
- Loading branch information
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
opam-version: "2.0" | ||
synopsis: "Ppx deriver for Js_of_ocaml" | ||
maintainer: "[email protected]" | ||
authors: "Maxime Levillain <[email protected]" | ||
license: "LGPL-2.1-or-later" | ||
homepage: "https://gitlab.com/o-labs/ppx_deriving_jsoo" | ||
bug-reports: "https://gitlab.com/o-labs/ppx_deriving_jsoo/-/issues" | ||
depends: [ | ||
"dune" {>= "2.0"} | ||
"ocaml" {>= "4.08"} | ||
"ppxlib" {>= "0.18.0"} | ||
] | ||
depopts: ["ezjs_min"] | ||
conflicts: [ | ||
"ezjs_min" {< "0.2.1"} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git://gitlab.com/o-labs/ppx_deriving_jsoo" | ||
url { | ||
src: | ||
"https://gitlab.com/o-labs/ppx_deriving_jsoo/-/archive/0.3/ppx_deriving_jsoo-0.3.tar.gz" | ||
checksum: [ | ||
"md5=fe7cc6e9871ec6eb9f4db51360f0b5b0" | ||
"sha512=f7bd3b4839a383959c2cb96632cc5fb9e60b7c2655aea34d535fe2b5c1af290125c895541a063f75cad0acad7d808a61535c7a5e974a4c4fb05526979f886a20" | ||
] | ||
} |