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"] 17homepage: "https://github.com/ocaml-opam/opam-0install-solver" 18doc: "https://ocaml-opam.github.io/opam-0install-solver/" 19bug-reports: "https://github.com/ocaml-opam/opam-0install-solver/issues" 20license: "ISC" 21depends: [ 22 "dune" {>= "2.0"} 23 "cudf" 24 "ocaml" {>= "4.08.0"} 25 "0install-solver" 26] 27build: [ 28 ["dune" "subst"] {dev} 29 [ 30 "dune" 31 "build" 32 "-p" 33 name 34 "-j" 35 jobs 36 "@install" 37 "@runtest" {with-test} 38 "@doc" {with-doc} 39 ] 40] 41dev-repo: "git+https://github.com/ocaml-opam/opam-0install-solver.git" 42url { 43 src: 44 "https://github.com/ocaml-opam/opam-0install-solver/releases/download/v0.4.1/opam-0install-cudf-v0.4.1.tbz" 45 checksum: [ 46 "sha256=17bb96502e30ab652bd44b476c119359ad79ea272a66c15f0eb7349fa35d33d3" 47 "sha512=3890f65ad656e5191706374e0006dc73b81813d130ca62576b739e1f92daf5896b323c6dc8bcdd16dc5cdd11e851c88c469f3f8c31e6092d9ed0d7d1440f44dc" 48 ] 49} 50x-commit-hash: "1a9085b81ba89c5289b24b9283b076967e8fc1fa"