this repo has no description

Merge pull request #21604 from c-cube/opam-publish-smtlib-utils.0.4

Package smtlib-utils.0.4

Kate 4833a25c 1178c555

Changed files
+30
packages
smtlib-utils
smtlib-utils.0.4
+30
packages/smtlib-utils/smtlib-utils.0.4/opam
···
+
opam-version: "2.0"
+
maintainer: "simon.cruanes.2007@m4x.org"
+
synopsis: "Parser for SMTLIB2"
+
license: "BSD-2-Clause"
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+
]
+
depends: [
+
"dune" { >= "2.0" }
+
"menhir" {build & >= "20180523"}
+
"odoc" {with-doc}
+
"ocaml" { >= "4.08.0" }
+
"catapult" { with-test }
+
"catapult-file" { with-test }
+
]
+
tags: [ "SMTLIB" "smt2" "parse" "logic" ]
+
homepage: "https://github.com/c-cube/smtlib-utils/"
+
bug-reports: "https://github.com/c-cube/smtlib-utils/issues"
+
dev-repo: "git+https://github.com/c-cube/smtlib-utils.git"
+
authors: "Simon Cruanes"
+
url {
+
src: "https://github.com/c-cube/smtlib-utils/archive/v0.4.tar.gz"
+
checksum: [
+
"md5=ab7e8e99a3b977941e6900c531f126af"
+
"sha512=23e5d2b8274186f49a43ef23b8e64d76d4098e9b8f50b65958d16ec0afde745d0ce12cc6c6beec29abf91596c32cae05404a80aa21afacde5b8c15fd9711ba62"
+
]
+
}
+