···11+opam-version: "2.0"
22+synopsis: "Opam solver using 0install backend using the CUDF interface"
33+description: """\
44+Opam's default solver is designed to maintain a set of packages
55+over time, minimising disruption when installing new programs and
66+finding a compromise solution across all packages.
77+88+In many situations (e.g. CI, local roots or duniverse builds) this
99+is not necessary, and we can get a solution much faster by using
1010+a different algorithm.
1111+1212+This package provides a generic solver library which uses 0install's
1313+solver library. The library uses the CUDF library in order to interface
1414+with opam as it is the format common used to talk to all the supported solvers."""
1515+maintainer: "Kate <kit-ty-kate@outlook.com>"
1616+authors: "Kate <kit-ty-kate@outlook.com>"
1717+license: "ISC"
1818+homepage: "https://github.com/ocaml-opam/opam-0install-cudf"
1919+doc: "https://ocaml-opam.github.io/opam-0install-cudf/"
2020+bug-reports: "https://github.com/ocaml-opam/opam-0install-cudf/issues"
2121+depends: [
2222+ "dune" {>= "2.7"}
2323+ "cudf" {>= "0.10"}
2424+ "ocaml" {>= "4.08.0"}
2525+ "0install-solver" {>= "2.18"}
2626+ "alcotest" {with-test}
2727+]
2828+build: ["dune" "build" "-p" name "-j" jobs]
2929+run-test: ["dune" "test" "-p" name "-j" jobs]
3030+dev-repo: "git+https://github.com/ocaml-opam/opam-0install-cudf.git"
3131+url {
3232+ src:
3333+ "https://github.com/ocaml-opam/opam-0install-cudf/releases/download/v0.5.0/opam-0install-cudf-0.5.0.tar.gz"
3434+ checksum: [
3535+ "md5=75419722aa839f518a25cae1b3c6efd4"
3636+ "sha512=83c0372168d612ef80548ab7fb021a92cdc39e13a77d87c5af5fd21eb515389b624d09c24d500e9ac33b3fc10d17c9869f160f8771f9c8f545b0453b9a0fd4df"
3737+ ]
3838+}