This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
19
unikernel/duniverse/ppx_derivers/ppx_derivers.opam
Normal file
19
unikernel/duniverse/ppx_derivers/ppx_derivers.opam
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
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: [
|
||||
["dune" "build" "-p" name "-j" jobs]
|
||||
]
|
||||
depends: [
|
||||
"ocaml"
|
||||
"dune" {build}
|
||||
]
|
||||
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."""
|
||||
Loading…
Add table
Add a link
Reference in a new issue