forked from ocaml-opam/opam-rt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opam-rt.opam
28 lines (28 loc) · 1.01 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
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: [
"ocaml" {build & >= "4.03.0"}
"dune" {build}
"opam-client" { >="2.1.0~alpha" }
"cohttp-lwt-unix" { < "2.0.0" }
]
synopsis: "Test suite for opam"
pin-depends:
[
[ "opam-client.2.1.0~alpha" "git+https://github.com/ocaml/opam#master"]
[ "opam-core.2.1.0~alpha" "git+https://github.com/ocaml/opam#master"]
[ "opam-format.2.1.0~alpha" "git+https://github.com/ocaml/opam#master"]
[ "opam-repository.2.1.0~alpha" "git+https://github.com/ocaml/opam#master"]
[ "opam-solver.2.1.0~alpha" "git+https://github.com/ocaml/opam#master"]
[ "opam-state.2.1.0~alpha" "git+https://github.com/ocaml/opam#master"]
]