this repo has no description
1opam-version: "2.0"
2maintainer: "simon.cruanes.2007@m4x.org"
3authors: "Simon Cruanes"
4homepage: "https://github.com/c-cube/tip-parser/"
5bug-reports: "https://github.com/c-cube/tip-parser/issues"
6tags: ["TIP" "parse" "inductive" "logic"]
7dev-repo: "git+https://github.com/c-cube/tip-parser.git"
8build: [make "all"]
9install: [make "install"]
10remove: ["ocamlfind" "remove" "tip_parser"]
11depends: [
12 "ocaml"
13 "ocamlfind" {build}
14 "base-bytes"
15 "result"
16 "menhir" {build & < "20200525"}
17 "ocamlbuild" {build}
18]
19synopsis: "Parser for TIP (Tons of Inductive Problems)"
20description: """
21A simple AST and parser/printer for TIP (https://tip-org.github.io/), a simple
22format for writing problems in a typed logic with computable functions,
23datatypes, and axioms."""
24flags: light-uninstall
25url {
26 src: "https://github.com/c-cube/tip-parser/archive/0.2.tar.gz"
27 checksum: [
28 "sha256=b578511b95cc71c7eabf0a9ad9a58419e3b9ed9f9d5ebb9b88b547168418bcd6"
29 "md5=01a16ab5936bbaa2d70007c21cda12cc"
30 ]
31}