forked from tarides/opam-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathduniverse.opam
38 lines (37 loc) · 1.06 KB
/
duniverse.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Assemble and manage fully vendored Dune repositories"
description: """
The duniverse tool provides a convenient interface to bridge the
opam package manager with having a local copy of all the source
code required to build a project using the dune build tool."""
maintainer: ["anil@recoil.org"]
authors: [
"Anil Madhavapeddy" "Nathan Rebours" "Lucas Pluvinage" "Jules Aguillon"
]
license: "ISC"
homepage: "https://github.com/ocamllabs/duniverse"
bug-reports: "https://github.com/ocamllabs/duniverse/issues"
depends: [
"dune" {>= "2.0"}
"ocaml" {>= "4.07.0"}
"ppx_sexp_conv" {>= "v0.13.0"}
"dune-build-info"
"dune-private-libs"
"bos"
"cmdliner"
"fmt"
"logs"
"rresult"
"opam-file-format"
"opam-format"
"opam-state"
"opam-0install"
"ocaml-version"
"uri"
"sexplib"
"uri-sexp"
"alcotest" {with-test}
]
dev-repo: "git+https://github.com/ocamllabs/duniverse.git"
build: [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ]