opam-version: "2.0"
synopsis: "Logical is a minimalistic logic programming inspired by microKanren"
description: """
Logical is a minimalistic logic programming inspired by microKanren, which is
- Simple implementation with only a few building blocks
- Easy to understand and use
- Supports negation free constraint logic programming
"""
maintainer: "Robert Toth <kkdstryker@gmail.com>"
authors: ["Robert Toth"]
homepage: "https://github.com/StrykerKKD/Logical"
bug-reports: "https://github.com/StrykerKKD/Logical/issues"
dev-repo: "git+https://github.com/StrykerKKD/Logical.git"
doc: "https://strykerkkd.github.io/Logical/"
license: "MIT"
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "build" "@doc" "-p" name] {with-doc}
]
run-test: [
  ["dune" "runtest" "-p" name "-j" jobs]
]
depends: [
  "dune"
  "alcotest" {with-test}
  "odoc" {with-doc}
  "base" {>= "0.12.0" & < "v0.15"}
  "ocaml" {>= "4.04.2" & < "4.08.0"}
]
url {
  src: "https://github.com/StrykerKKD/Logical/archive/0.1.0.tar.gz"
  checksum: [
    "md5=3c3aa6e862291cc6f795ddbd2a376532"
    "sha512=047082b4fee77366a6e94d345a81749195b2c30e1d308c33f89f59ceb02b00ba32218ac243fb2eb90e79daed7ab445a4cb7d804e1ed302728ad50392ae67ad13"
  ]
}
