You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
584 B
29 lines
584 B
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
synopsis: "OCaml repository linter"
|
|
description: "OCaml repository linter"
|
|
license: "ISC"
|
|
tags: ["opam" "ocaml" "linter" "repository" "quality"]
|
|
depends: [
|
|
"ocaml" {>= "4.05"}
|
|
"dune" {>= "2.8" & >= "2.8"}
|
|
"bos" {>= "0.2"}
|
|
"crunch" {>= "3.2.0"}
|
|
"ocb" {>= "0.1"}
|
|
"bisect_ppx" {with-test & >= "2.6" & dev}
|
|
"odoc" {with-doc}
|
|
]
|
|
build: [
|
|
["dune" "subst"] {dev}
|
|
[
|
|
"dune"
|
|
"build"
|
|
"-p"
|
|
name
|
|
"-j"
|
|
jobs
|
|
"@install"
|
|
"@runtest" {with-test}
|
|
"@doc" {with-doc}
|
|
]
|
|
]
|
|
|