-
Notifications
You must be signed in to change notification settings - Fork 0
/
odep.opam
41 lines (41 loc) · 870 Bytes
/
odep.opam
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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Dependency graphs for OCaml modules, libraries and packages"
maintainer: ["Simmo Saan <[email protected]>"]
authors: ["Simmo Saan"]
license: "MIT"
homepage: "https://github.com/sim642/odep"
bug-reports: "https://github.com/sim642/odep/issues"
depends: [
"dune" {>= "3.0"}
"ocaml" {>= "4.08"}
"sexplib"
"ppx_sexp_conv" {>= "v0.13"}
"parsexp"
"opam-core" {>= "2.1.0"}
"opam-state" {>= "2.1.0"}
"opam-format"
"ocamlfind" {>= "1.8.1"}
"cmdliner" {>= "1.1.0"}
"bos"
"ppx_deriving"
"odoc" {with-doc}
]
conflicts: [
"result" {< "1.5"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/sim642/odep.git"