this repo has no description
1opam-version: "2.0"
2maintainer: "sudo-woodo3@protonmail.com"
3authors: ["Alessandro Cheli"]
4homepage: "https://github.com/0x0f0f0f/minicaml"
5bug-reports: "https://github.com/0x0f0f0f/minicaml/issues"
6dev-repo: "git+https://github.com/0x0f0f0f/minicaml.git"
7license: "MIT"
8synopsis: "A simple, didactical, purely functional programming language"
9description: "A simple, didactical, purely functional programming language written for the programming 2 course at the University of Pisa, extended with a simple parser made with Menhir and ocamllex"
10doc: "https://github.com/0x0f0f0f/minicaml"
11build: [
12 ["dune" "build" "-p" name "-j" jobs]
13]
14depends: [
15 "dune" {>= "2.0"}
16 "ocaml"
17 "ANSITerminal"
18 "menhir"
19]
20url {
21 src:
22 "https://github.com/0x0f0f0f/gobba/releases/download/0.2/minicaml-0.2.tbz"
23 checksum: [
24 "sha256=66a32a213ce6f668337b1f20d480971cc3532c10dd17c7e28407654278676715"
25 "sha512=f7208758c6867c59d74c60d4ad715fe0846ad62d8e4b23f707c13ebdc438826c049df094c9eb67141f84d9ff6dc1be2efb80c41d3225f7fcd005443b30947dd0"
26 ]
27}