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.1.tar.gz" checksum: [ "sha256=12f6cfcec0483c5e735715fc62bb9ccf77c49cc1c3b8691de34bc031772f4db7" "md5=fcb0025885403ab4a167b2697898053e" ] }