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 ["jbuilder" "build" "-p" name "-j" jobs] 10] 11depends: [ 12 "ocaml" 13 "jbuilder" {>= "1.0+beta7"} 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.0.tar.gz" 22 checksum: [ 23 "sha256=b03c9a2cd9d3d250761d60790808d31097e4e6d5d84aa67d720a75d5b6137456" 24 "md5=4ddce8f43fdb9b0ef0ab6a7cbfebc3e3" 25 ] 26}