Skip to content

Commit f7060d5

Browse files
authored
Merge pull request ocaml#28126 from kit-ty-kate/opam-publish-opam-file-format.2.2.0
Package opam-file-format.2.2.0
2 parents 7c23c03 + cefa782 commit f7060d5

File tree

1 file changed

+25
-0
lines changed
  • packages/opam-file-format/opam-file-format.2.2.0

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
}

0 commit comments

Comments
 (0)