ztl/ztl.opam

25 lines
558 B
Plaintext

# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Z3 Type Layer: a typed interface to Z3"
maintainer: ["fred@tarides.com"]
authors: ["Frédéric Bour"]
license: "MIT"
homepage: "https://github.com/let-def/ztl"
bug-reports: "https://github.com/let-def/ztl/issues"
depends: ["grenier" "z3" "dune"]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/let-def/ztl.git"