Skip to content

Commit

Permalink
Merge pull request ocaml#22664 from maxtori/opam-publish-ppx_deriving…
Browse files Browse the repository at this point in the history
…_jsoo.0.3

Package ppx_deriving_jsoo.0.3
  • Loading branch information
kit-ty-kate authored Dec 14, 2022
2 parents ccee0c8 + d3aa46f commit 677033a
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions packages/ppx_deriving_jsoo/ppx_deriving_jsoo.0.3/opam
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"
]
}

0 comments on commit 677033a

Please sign in to comment.