opam-version: "2.0"
maintainer: "simon.cruanes.2007@m4x.org"
authors: "Simon Cruanes"
homepage: "https://github.com/c-cube/tip-parser/"
bug-reports: "https://github.com/c-cube/tip-parser/issues"
tags: ["TIP" "parse" "inductive" "logic"]
dev-repo: "git+https://github.com/c-cube/tip-parser.git"
build: [make "all"]
install: [make "install"]
remove: ["ocamlfind" "remove" "tip_parser"]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "base-bytes"
  "result"
  "menhir" {build & < "20200525"}
  "ocamlbuild" {build}
]
synopsis: "Parser for TIP (Tons of Inductive Problems)"
description: """
A simple AST and parser/printer for TIP (https://tip-org.github.io/), a simple
format for writing problems in a typed logic with computable functions,
datatypes, and axioms."""
flags: light-uninstall
url {
  src: "https://github.com/c-cube/tip-parser/archive/0.3.tar.gz"
  checksum: "md5=c80de6832afe720df7f14a1c107625bf"
}
