orel/orel.opam

30 lines
584 B
Plaintext

# 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}
]
]