File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
packages/opam-file-format/opam-file-format.2.2.0 Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Parser and printer for the opam file syntax"
3+ maintainer: "Louis Gesbert <
[email protected] >"
4+ authors: "Louis Gesbert <
[email protected] >"
5+ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
6+ homepage: "https://opam.ocaml.org"
7+ bug-reports: "https://github.com/ocaml/opam-file-format/issues"
8+ depends: [
9+ "ocaml" {>= "4.02"}
10+ "dune" {>= "3.13"}
11+ "menhir" {>= "20211230"}
12+ "alcotest" {with-test & >= "0.4.8"}
13+ "fmt" {with-test}
14+ ]
15+ build: ["dune" "build" "-p" name "-j" jobs]
16+ run-test: ["dune" "runtest" "-p" name "-j" jobs]
17+ dev-repo: "git+https://github.com/ocaml/opam-file-format"
18+ url {
19+ src:
20+ "https://github.com/ocaml/opam-file-format/releases/download/2.2.0/opam-file-format-2.2.0.tar.gz"
21+ checksum: [
22+ "md5=5b65ea84fa2e60e89c2c9f2ca3203e31"
23+ "sha512=87e1ddae79c47f48090b5e3205e0d2598e22838e065d0ea8924494ba225a4f8a8b4985a7eb3563652e9a9a5419741af7327035a01d446ebc7fedab468a8edb98"
24+ ]
25+ }
You can’t perform that action at this time.
0 commit comments