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: [ ["dune" "build" "-p" name] ["dune" "runtest" "-p" name] {with-test} ["dune" "build" "@doc" "-p" name] {with-doc} ] depends: [ "ocaml" "dune" {>= "1.1"} "base-bytes" "result" "menhir" {build & < "20211215"} "odoc" {with-doc} ] 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.""" url { src: "https://github.com/c-cube/tip-parser/archive/0.4.tar.gz" checksum: [ "sha256=2e6d6b759c492daa5c1a3d5195dd24ad2fd44b57b77d1f2a67f62742ce8a1c27" "md5=8c95a6a99ec2ad2caf9b6383c91e1e0c" ] }