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.2.tar.gz" checksum: [ "sha256=b578511b95cc71c7eabf0a9ad9a58419e3b9ed9f9d5ebb9b88b547168418bcd6" "md5=01a16ab5936bbaa2d70007c21cda12cc" ] }