this repo has no description
1opam-version: "2.0" 2synopsis: "Parser and printer for the opam file syntax" 3maintainer: "Louis Gesbert <louis.gesbert@ocamlpro.com>" 4authors: "Louis Gesbert <louis.gesbert@ocamlpro.com>" 5license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 6homepage: "https://opam.ocaml.org" 7bug-reports: "https://github.com/ocaml/opam-file-format/issues" 8depends: [ 9 "ocaml" 10 "alcotest" {with-test} 11] 12depopts: ["dune"] 13conflicts: [ 14 "dune" {< "1.3.0"} 15] 16build: [ 17 [make "byte" {!ocaml:native} "all" {ocaml:native}] {!dune:installed} 18 ["dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc}] 19 {dune:installed} 20 ["dune" "runtest" "-p" name "-j" jobs] {with-test & dune:installed} 21] 22install: [make "install" "PREFIX=%{prefix}%"] {!dune:installed} 23dev-repo: "git+https://github.com/ocaml/opam-file-format" 24url { 25 src: 26 "https://github.com/ocaml/opam-file-format/archive/refs/tags/2.1.5.tar.gz" 27 checksum: [ 28 "md5=46dadff2565d8371cdc606d33d408fc4" 29 "sha512=9bb9daa31877e1555b75c6d91566bceee175397f37bf8359ffce3cac16a72f48543d6ff5a03e8bf42aef6e1e499b3a2ce6054b00356a937214848b6b87c2315f" 30 ] 31}