opam-version: "2.0" synopsis: "Solver library for opam 2.1" description: "Solver and Cudf interaction. This library is based on the Cudf and Dose libraries, and handles calls to the external solver from opam." maintainer: "opam-devel@lists.ocaml.org" authors: [ "Vincent Bernardoff " "Raja Boujbel " "Roberto Di Cosmo " "Thomas Gazagnaire " "Louis Gesbert " "Fabrice Le Fessant " "Anil Madhavapeddy " "Guillem Rieu " "Ralf Treinen " "Frederic Tuong " ] license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" homepage: "https://opam.ocaml.org" bug-reports: "https://github.com/ocaml/opam/issues" depends: [ "ocaml" {>= "4.02.3"} "opam-format" {= version} "mccs" {>= "1.1+9"} "dose3" {>= "5" & < "6.0"} "cudf" {>= "0.7"} "dune" {>= "1.11.0"} ] depopts: ["z3" "opam-0install-cudf"] conflicts: [ "z3" {< "4.8.4"} "opam-0install-cudf" {< "0.4"} ] build: [ ["./configure" "--disable-checks" "--prefix" prefix] ["dune" "build" "-p" name "-j" jobs] ] dev-repo: "git+https://github.com/ocaml/opam.git" url { src: "https://github.com/ocaml/opam/archive/2.1.0-rc2.tar.gz" checksum: [ "md5=5eaab63268be06e2b10e97f7005f6c91" "sha512=77ce2b6a79d57a6a51c76cc8e94ade0749c7bc5aca5237921361fd5909dd678b71a8e29a5af2460dafea2b4c558ed0484cbc4d1bbe1914f51b21a61320c95b96" ] }