Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bindings for the minisat2 SAT solver
18 changes: 18 additions & 0 deletions opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
opam-version: "1.2"
name: "minisat2"
version: "0.4"
maintainer: "pietro abate <pietro.abate@inria.fr>"
author: "Pietro Abate and Flavio Lerda"
license: "GPL3 WITH linking exception"
dev-repo: "https://github.com/abate/minisat-ocaml.git"
homepage: "https://github.com/abate/minisat-ocaml"
build: [
["%{make}%"]
["%{make}%" "opt"]
]
install: ["%{make}%" "install"]

depexts: [
[["debian"] ["minisat"]]
[["ubuntu"] ["minisat"]]
]