this repo has no description
1opam-version: "2.0" 2synopsis: "A simple library to work with pgocaml" 3maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"] 4authors: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"] 5license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 6homepage: "https://github.com/ocamlpro/ez_pgocaml" 7bug-reports: "https://github.com/ocamlpro/ez_pgocaml/issues" 8depends: [ 9 "ocaml" {>= "4.07.0"} 10 "dune" {>= "2.0"} 11 "pgocaml" {>= "4.2.2"} 12] 13build: [ 14 ["dune" "subst"] {dev} 15 [ 16 "dune" 17 "build" 18 "-p" 19 name 20 "-j" 21 jobs 22 "@install" 23 "@runtest" {with-test} 24 "@doc" {with-doc} 25 ] 26] 27dev-repo: "git+https://github.com/ocamlpro/ez_pgocaml.git" 28url { 29 src: "https://github.com/ocamlpro/ez_pgocaml/archive/v1.0.tar.gz" 30 checksum: [ "sha256=57b409aeef2e0e5e372ba23d4ca40a5e62f5d85d3a69aeab301d0670da4a986c" ] 31}