-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathopam-ci-check-lint.opam
More file actions
40 lines (40 loc) · 1.14 KB
/
opam-ci-check-lint.opam
File metadata and controls
40 lines (40 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
opam-version: "2.0"
synopsis:
"Library to lint opam files submitted to the opam repository"
description:
"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."
maintainer: [
"Puneeth Chaganti <punchagan@muse-amuse.in>"
"Shon Feder <shon.feder@gmail.com>"
]
authors: [
"Puneeth Chaganti <punchagan@muse-amuse.in>"
"Shon Feder <shon.feder@gmail.com>"
]
license: "Apache-2.0"
tags: ["opam" "ci" "lint"]
homepage: "https://github.com/ocurrent/opam-repo-ci/tree/master/opam-ci-check"
doc: "https://www.ocurrent.org/opam-repo-ci/opam-ci-check-lint/index.html"
bug-reports: "https://github.com/ocurrent/opam-repo-ci/issues"
depends: [
"ocaml" {>= "4.14.0"}
"dune" {>= "3.16"}
"opam-state" {>= "2.3.0~alpha1"}
"opam-format" {>= "2.3.0~alpha1"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ocurrent/opam-repo-ci.git"