this repo has no description
1opam-version: "2.0" 2maintainer: "jeremie@dimino.org" 3authors: ["Jérémie Dimino"] 4license: "BSD-3-Clause" 5homepage: "https://github.com/ocaml-ppx/ppx_derivers" 6bug-reports: "https://github.com/ocaml-ppx/ppx_derivers/issues" 7dev-repo: "git+https://github.com/ocaml-ppx/ppx_derivers.git" 8build: [ 9 ["dune" "build" "-p" name "-j" jobs] 10] 11depends: [ 12 "ocaml" 13 "dune" 14] 15synopsis: "Shared [@@deriving] plugin registry" 16description: """ 17Ppx_derivers is a tiny package whose sole purpose is to allow 18ppx_deriving and ppx_type_conv to inter-operate gracefully when linked 19as part of the same ocaml-migrate-parsetree driver.""" 20url { 21 src: "https://github.com/ocaml-ppx/ppx_derivers/archive/1.2.1.tar.gz" 22 checksum: [ 23 "sha256=b6595ee187dea792b31fc54a0e1524ab1e48bc6068d3066c45215a138cc73b95" 24 "md5=5dc2bf130c1db3c731fe0fffc5648b41" 25 ] 26}