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"}
]
url {
  src: "https://github.com/StrykerKKD/Logical/archive/0.3.0.tar.gz"
  checksum: [
    "md5=4a0151793a727ac01be0f223de7d038c"
    "sha512=34c1d903854dfc24f43759ada3cf36eb2e979d37ec3a06094a6065442e958f7a756b911517672a4d30d7bf6bd74232ff30222e330ae1195a580394ee531ba905"
  ]
}
