this repo has no description
1opam-version: "2.0"
2synopsis: "Opam solver using 0install backend using the CUDF interface"
3description: """
4Opam's default solver is designed to maintain a set of packages
5over time, minimising disruption when installing new programs and
6finding a compromise solution across all packages.
7
8In many situations (e.g. CI, local roots or duniverse builds) this
9is not necessary, and we can get a solution much faster by using
10a different algorithm.
11
12This package uses 0install's solver algorithm with opam packages using
13the CUDF interface.
14"""
15maintainer: ["talex5@gmail.com"]
16authors: ["talex5@gmail.com"]
17license: "ISC"
18homepage: "https://github.com/ocaml-opam/opam-0install-solver"
19doc: "https://ocaml-opam.github.io/opam-0install-solver/"
20bug-reports: "https://github.com/ocaml-opam/opam-0install-solver/issues"
21depends: [
22 "dune" {>= "2.7"}
23 "cudf"
24 "ocaml" {>= "4.08.0"}
25 "0install-solver"
26 "odoc" {with-doc}
27]
28build: [
29 ["dune" "subst"] {dev}
30 [
31 "dune"
32 "build"
33 "-p"
34 name
35 "-j"
36 jobs
37 "@install"
38 "@runtest" {with-test}
39 "@doc" {with-doc}
40 ]
41]
42dev-repo: "git+https://github.com/ocaml-opam/opam-0install-solver.git"
43url {
44 src:
45 "https://github.com/ocaml-opam/opam-0install-solver/releases/download/v0.4.2/opam-0install-cudf-v0.4.2.tbz"
46 checksum: [
47 "sha256=b95717ca5b377357bcbabab3374c189f6edda3a1d8229a139910d10421519583"
48 "sha512=d818f9ad62888a5bcb5e22db394b2a310afd22fbc313a3b16f5488ab5b19c4f05bb9ddee82a2f2842f5bd034f703175db4d5ad963d57514647793c2a1da70680"
49 ]
50}
51x-commit-hash: "eb08da5434a8c8227af39927b99b5cc15e82c053"