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" {>= "4.02"} 10 "dune" {>= "3.13"} 11 "menhir" {>= "20211230"} 12 "alcotest" {with-test & >= "0.4.8"} 13 "fmt" {with-test} 14] 15available: opam-version >= "2.1.0" 16flags: avoid-version 17build: ["dune" "build" "-p" name "-j" jobs] 18run-test: ["dune" "runtest" "-p" name "-j" jobs] 19dev-repo: "git+https://github.com/ocaml/opam-file-format" 20url { 21 src: 22 "https://github.com/ocaml/opam-file-format/releases/download/2.2.0-alpha1/opam-file-format-2.2.0-alpha1.tar.gz" 23 checksum: [ 24 "md5=e7454160b5f3982016ddaac2dfd5bf52" 25 "sha512=9dcf662a4aa8dc71eb74b88f42c0226b882e96137dc2380bf581c0607693907cf5afbe5d77d6dad87b7c500b270170a67b3e164095102afa5964a5afeb293ff6" 26 ] 27} 28x-maintained: false