-
Notifications
You must be signed in to change notification settings - Fork 0
/
bantorra.opam
34 lines (34 loc) · 933 Bytes
/
bantorra.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
opam-version: "2.0"
name: "bantorra"
synopsis: "Extensible Library Management and Path Resolution"
description: """
Managing libraries and resolving unit paths within them.
"""
maintainer: ["favonia <[email protected]>"]
authors: ["The RedPRL Development Team"]
license: "Apache-2.0 WITH LLVM-exception"
homepage: "https://github.com/RedPRL/bantorra"
bug-reports: "https://github.com/RedPRL/bantorra/issues"
dev-repo: "git+https://github.com/RedPRL/bantorra.git"
depends: [
"dune" {>= "2.0"}
"ocaml" {>= "5.1"}
"asai" {>= "0.1"}
"algaeff" {>= "0.2"}
"bos" {>= "0.2"}
"bwd" {>= "2.1"}
"conf-git" {post}
"curly" {>= "0.2"}
"ezjsonm" {>= "1.2"}
"json-data-encoding" {>= "0.9"}
"ocamlfind" {>= "1.8"}
"odoc" {with-doc}
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "-p" name "-j" jobs "@runtest"] {with-test}
["dune" "build" "-p" name "-j" jobs "@doc"] {with-doc}
]
depexts: [
["git"]
]