-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdunolint-dev.opam
More file actions
44 lines (44 loc) · 1.18 KB
/
Copy pathdunolint-dev.opam
File metadata and controls
44 lines (44 loc) · 1.18 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
41
42
43
44
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Package to regroup dev targets, documentation, and more"
maintainer: ["Mathieu Barbin <opensource@mbarbin.org>"]
authors: ["Mathieu Barbin"]
license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception"
homepage: "https://github.com/mbarbin/dunolint"
doc: "https://mbarbin.github.io/dunolint/"
bug-reports: "https://github.com/mbarbin/dunolint/issues"
depends: [
"ocaml" {>= "5.3"}
"dune" {>= "3.20" & >= "3.20"}
"ocamlformat" {= "0.29.0"}
"bisect_ppx" {>= "2.8.3"}
"dunolint" {= version}
"dunolint-lib" {= version}
"dunolint-lib-base" {= version}
"dunolint-lib-base-tests" {= version}
"dunolint-tests" {= version}
"ppx_expect" {>= "v0.17"}
"ppx_js_style" {>= "v0.17"}
"volgo" {>= "0.0.21"}
"volgo-git-unix" {>= "0.0.21"}
"volgo-hg-unix" {>= "0.0.21"}
"volgo-vcs" {>= "0.0.21"}
"odoc" {>= "2.4.4"}
"sherlodoc" {>= "0.2"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/mbarbin/dunolint.git"
x-maintenance-intent: ["(latest)"]