mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-05 19:00:33 -05:00
25 lines
695 B
Text
25 lines
695 B
Text
opam-version: "1.2"
|
|
name: "cdcl"
|
|
license: "Apache"
|
|
version: "dev"
|
|
author: ["Sylvain Conchon" "Alain Mebsout" "Stephane Lecuyer" "Simon Cruanes" "Guillaume Bury"]
|
|
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes.2007@m4x.org"]
|
|
build: ["jbuilder" "build" "@install" "-p" name]
|
|
build-doc: ["jbuilder" "build" "@doc" "-p" name]
|
|
install: ["jbuilder" "install" name]
|
|
remove: ["jbuilder" "uninstall" name]
|
|
depends: [
|
|
"ocamlfind" {build}
|
|
"jbuilder" {build}
|
|
]
|
|
depopts: [
|
|
"dolmen"
|
|
]
|
|
available: [
|
|
ocaml-version >= "4.03.0"
|
|
]
|
|
tags: [ "sat" "smt" ]
|
|
homepage: "https://github.com/c-cube/cdcl"
|
|
dev-repo: "https://github.com/c-cube/cdcl.git"
|
|
bug-reports: "https://github.com/c-cube/cdcl/issues/"
|
|
|