-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathopam-rt.opam
30 lines (30 loc) · 1.06 KB
/
opam-rt.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
opam-version: "2.0"
version:"0.0.2"
maintainer: "[email protected]"
authors: [
"Raja Boujbel <[email protected]>"
"Thomas Gazagnaire <[email protected]>"
"Louis Gesbert <[email protected]>"
]
homepage: "https://opam.ocaml.org/"
bug-reports: "https://github.com/ocaml/opam-rt/issues"
dev-repo: "git+https://github.com/ocaml/opam-rt.git"
build: [ make ]
depends: [
"dune" {build}
"opam-client"
"cohttp-lwt-unix"
]
synopsis: "Test suite for opam"
# If pin depends contains something else than opam lib, opam ci need to be
# changed: it builds opam-rt with --ignore-depends as opam lib are already
# pinned locally
pin-depends:
[
[ "opam-client.dev" "git+https://github.com/ocaml/opam#master"]
[ "opam-core.dev" "git+https://github.com/ocaml/opam#master"]
[ "opam-format.dev" "git+https://github.com/ocaml/opam#master"]
[ "opam-repository.dev" "git+https://github.com/ocaml/opam#master"]
[ "opam-solver.dev" "git+https://github.com/ocaml/opam#master"]
[ "opam-state.dev" "git+https://github.com/ocaml/opam#master"]
]