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