You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
770 B
23 lines
770 B
opam-version: "2.0" |
|
maintainer: "jeremie@dimino.org" |
|
authors: ["Jérémie Dimino"] |
|
license: "BSD3" |
|
homepage: "https://github.com/ocaml-ppx/ppx_derivers" |
|
bug-reports: "https://github.com/ocaml-ppx/ppx_derivers/issues" |
|
dev-repo: "git://github.com/ocaml-ppx/ppx_derivers.git" |
|
build: [ |
|
["jbuilder" "build" "-p" name "-j" jobs] |
|
] |
|
depends: [ |
|
"ocaml" |
|
"jbuilder" {build & >= "1.0+beta7"} |
|
] |
|
synopsis: "Shared [@@deriving] plugin registry" |
|
description: """ |
|
Ppx_derivers is a tiny package whose sole purpose is to allow |
|
ppx_deriving and ppx_type_conv to inter-operate gracefully when linked |
|
as part of the same ocaml-migrate-parsetree driver.""" |
|
url { |
|
src: "https://github.com/ocaml-ppx/ppx_derivers/archive/1.0.tar.gz" |
|
checksum: "md5=4ddce8f43fdb9b0ef0ab6a7cbfebc3e3" |
|
}
|
|
|