this repo has no description
1opam-version: "2.0" 2license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 3synopsis: 4 "Package ez_opam_file is a simple compatibility layer on top of opam-file-format" 5description: """\ 6This package provides a minimal compatibility layer on top of opam-file-format 7to support both version 2.1.0 and version 2.1.1. 8""" 9authors: ["Fabrice Le Fessant <fabrice.le_fessant@origin-labs.com>"] 10maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@origin-labs.com>"] 11homepage: "https://ocamlpro.github.io/ez_opam_file" 12doc: "https://ocamlpro.github.io/ez_opam_file/sphinx" 13bug-reports: "https://github.com/ocamlpro/ez_opam_file/issues" 14dev-repo: "git+https://github.com/ocamlpro/ez_opam_file.git" 15tags: "org:ocamlpro" 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29] 30depends: [ 31 "ocaml" {>= "4.07.0"} 32 "dune" {>= "2.6.0"} 33 "dune" {with-test & < "2.8.0"} 34 "opam-file-format" {>= "2.0.0"} 35 "ppx_inline_test" {with-test} 36 "ppx_expect" {with-test} 37 "odoc" {with-doc} 38 "ocamlformat" {with-test} 39] 40 41url { 42 src: "https://github.com/ocamlpro/ez_opam_file/archive/v0.1.0.tar.gz" 43 checksum: [ "sha256=f744176b0545ac4eb306a0518fd770b22a1c0f7863886a6748198fcdc0e6bef5" ] 44}