forked from tarides/opam-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopam-monorepo.opam
38 lines (38 loc) · 1.17 KB
/
opam-monorepo.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Assemble and manage fully vendored Dune repositories"
description: """
The opam monorepo plugin 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: ["[email protected]"]
authors: [
"Anil Madhavapeddy" "Nathan Rebours" "Lucas Pluvinage" "Jules Aguillon"
]
license: "ISC"
homepage: "https://github.com/ocamllabs/opam-monorepo"
bug-reports: "https://github.com/ocamllabs/opam-monorepo/issues"
depends: [
"dune" {>= "2.6"}
"ocaml" {>= "4.08.0" & < "4.12"}
"dune-build-info"
"bos"
"cmdliner"
"fmt"
"logs"
"opam-file-format" {>= "2.1.0~beta"}
"opam-format" {>= "2.1.0~beta"}
"opam-state" {>= "2.1.0~beta"}
"opam-0install"
"ocaml-version"
"sexplib"
"uri"
"alcotest" {with-test}
]
conflicts: [
"dune-build-info" {= "2.7.0" | = "2.7.1"}
"dune-configurator" {= "2.7.0" | = "2.7.1"}
]
dev-repo: "git+https://github.com/ocamllabs/opam-monorepo.git"
build: [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} ]
flags: [ plugin ]