forked from tarides/opam-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opam-monorepo.opam
41 lines (41 loc) · 1.23 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
39
40
41
# 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/tarides/opam-monorepo"
doc: "https://tarides.github.io/opam-monorepo"
bug-reports: "https://github.com/tarides/opam-monorepo/issues"
depends: [
"dune" {>= "3.5"}
"ocaml" {>= "4.10.0"}
"dune-build-info"
"base"
"bos"
"cmdliner" {>= "1.1.0"}
"fmt"
"logs"
"opam-file-format" {>= "2.1.0"}
"opam-format" {>= "2.1.0~rc2"}
"opam-state" {>= "2.1.0~rc2"}
"opam-0install"
"ocaml-version"
"sexplib"
"uri"
"alcotest" {with-test}
"odoc" {with-doc}
]
conflicts: [
"dune-build-info" {= "2.7.0" | = "2.7.1"}
"dune-configurator" {= "2.7.0" | = "2.7.1"}
]
dev-repo: "git+https://github.com/tarides/opam-monorepo.git"
build: [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} ]
flags: [ plugin ]