-
Notifications
You must be signed in to change notification settings - Fork 1
/
orb.opam
27 lines (27 loc) · 938 Bytes
/
orb.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
opam-version: "2.0"
name: "orb"
version: "0.1"
synopsis: "Check opam package reproducibility"
maintainer: "Raja Boujbel <[email protected]>"
authors: "Raja Boujbel <[email protected]>"
homepage: "https://github.com/rjbou/orb"
bug-reports: "https://github.com/rjbou/orb/issues"
depends: [
"cmdliner" {>= "1.0"}
"opam-client"
"opam-repository"
"opam-core"
"opam-format"
"opam-solver"
"opam-state"
]
build: ["dune" "build" "-p" name "-j" jobs]
dev-repo: "git+https://github.com/rjbou/orb.git"
pin-depends: [
["opam-client.2.1.0~beta" "git+https://github.com/rjbou/opam#orb"]
["opam-repository.2.1.0~beta" "git+https://github.com/rjbou/opam#orb"]
["opam-core.2.1.0~beta" "git+https://github.com/rjbou/opam#orb"]
["opam-format.2.1.0~beta" "git+https://github.com/rjbou/opam#orb"]
["opam-solver.2.1.0~beta" "git+https://github.com/rjbou/opam#orb"]
["opam-state.2.1.0~beta" "git+https://github.com/rjbou/opam#orb"]
]