this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #22511 from maurice-herwig/master

add ocaml-sat-solvers.0.7.1

authored by

Kate and committed by
GitHub
2cd1acd0 87ad2e05

+30
+30
packages/ocaml-sat-solvers/ocaml-sat-solvers.0.7.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "opam-devel@lists.ocaml.org" 3 + authors: [ "Oliver Friedmann" 4 + "Martin Lange" 5 + "Maurice Herwig" ] 6 + license: "BSD-3-clause" 7 + homepage: "https://github.com/tcsprojects/ocaml-sat-solvers" 8 + dev-repo: "git://github.com/tcsprojects/ocaml-sat-solvers.git" 9 + bug-reports: "https://github.com/tcsprojects/ocaml-sat-solvers/issues" 10 + build: [ 11 + ["ocaml" "setup.ml" "-configure" "--prefix" prefix] 12 + ["ocaml" "setup.ml" "-build"] 13 + ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test} 14 + ["ocaml" "setup.ml" "-build"] {with-test} 15 + ["ocaml" "setup.ml" "-test"] {with-test} 16 + ] 17 + install: ["ocaml" "setup.ml" "-install"] 18 + depends: [ 19 + "ocaml" {>= "4.08.0" & < "5.0"} 20 + "minisat" {>= "0.4"} 21 + "z3" {>= "4.8.11"} 22 + "ocamlbuild" {build} 23 + "ocamlfind" {build} 24 + ] 25 + synopsis: "An abstraction layer for integrating SAT Solvers into OCaml" 26 + description: "An abstraction layer for integrating SAT Solvers into OCaml." 27 + url { 28 + src: "https://github.com/tcsprojects/ocaml-sat-solvers/archive/refs/tags/v0.7.1.tar.gz" 29 + checksum: "md5=7e5ccb4b21397c04c579aecd3c618825" 30 + }