Skip to content

Commit 6db96b3

Browse files
authored
Merge pull request #28003 from punchagan/opam-publish-opam-ci-check-lint.0.1
Package opam-ci-check-lint.0.1
2 parents ee8633a + df1fca6 commit 6db96b3

File tree

1 file changed

+49
-0
lines changed
  • packages/opam-ci-check-lint/opam-ci-check-lint.0.1

1 file changed

+49
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
opam-version: "2.0"
2+
synopsis:
3+
"Library to lint opam files submitted to the opam repository"
4+
description:
5+
"opam-ci-check-lint exposes the lint functionality used in the opam repo CI and opam-ci-check. It can be used in other packages such as opam publishing tools to ensure that the published package opam files are correct."
6+
maintainer: [
7+
"Puneeth Chaganti <[email protected]>"
8+
"Shon Feder <[email protected]>"
9+
]
10+
authors: [
11+
"Puneeth Chaganti <[email protected]>"
12+
"Shon Feder <[email protected]>"
13+
]
14+
license: "Apache-2.0"
15+
tags: ["opam" "ci" "lint"]
16+
homepage: "https://github.com/ocurrent/opam-repo-ci/tree/master/opam-ci-check"
17+
doc: "https://www.ocurrent.org/opam-repo-ci/opam-ci-check-lint/index.html"
18+
bug-reports: "https://github.com/ocurrent/opam-repo-ci/issues"
19+
depends: [
20+
"ocaml" {>= "4.14.0"}
21+
"dune" {>= "3.16"}
22+
"sexplib"
23+
"opam-state" {>= "2.3.0~alpha1"}
24+
"opam-format" {>= "2.3.0~alpha1"}
25+
"odoc" {with-doc}
26+
]
27+
build: [
28+
["dune" "subst"] {dev}
29+
[
30+
"dune"
31+
"build"
32+
"-p"
33+
name
34+
"-j"
35+
jobs
36+
"@install"
37+
"@runtest" {with-test}
38+
"@doc" {with-doc}
39+
]
40+
]
41+
dev-repo: "git+https://github.com/ocurrent/opam-repo-ci.git"
42+
url {
43+
src:
44+
"https://github.com/ocurrent/opam-repo-ci/archive/12810c8cc0b9a02e7b22f660387b76c6e70aa685.tar.gz"
45+
checksum: [
46+
"md5=ecf9bfdbe72256fbb3f66b359dc277ef"
47+
"sha512=f8984939d945184ed44ba694b4f8936991c220d5fc4d57120d2f70d6da6972bf441e2bb174e36181a521589d8db5829a7521caa366b2a3b13f3b2501c057aee6"
48+
]
49+
}

0 commit comments

Comments
 (0)