opam-version: "2.0"
maintainer: "sudo-woodo3@protonmail.com"
authors: ["Alessandro Cheli"]
homepage: "https://github.com/0x0f0f0f/minicaml"
bug-reports: "https://github.com/0x0f0f0f/minicaml/issues"
dev-repo: "git+https://github.com/0x0f0f0f/minicaml.git"
license: "MIT"
synopsis: "A simple, didactical, purely functional programming language"
description: "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"
doc: "https://github.com/0x0f0f0f/minicaml"

build: [
  ["dune" "build" "-p" name "-j" jobs]
  [make "test" "-j" jobs] {with-test}
]
depends: [
    "dune" {>= "2.0"}
    "ocaml" {>= "4.05.0"}
    "ANSITerminal"
    "menhir"
    "ppx_deriving"
    "cmdliner"
    "alcotest" {with-test & >= "0.8.5" & < "1.0.0"}
    "bisect_ppx" {with-test >= "1.4.1" & < "2.0.0"}
]
url {
  src:
    "https://github.com/0x0f0f0f/gobba/releases/download/0.3.3/minicaml-0.3.3.tbz"
  checksum: [
    "sha256=eb55f3123aba4d33d16837c9eac0475617be50718706436d1817390b4211bab2"
    "sha512=5d6e4003a95e74dc7159074f477d9e4e02525c1c2fdc8654cdce47fb8b16feb19b43f654d5f6fb9fe2a53fe5512281de5c62c1030c09e9025fe41e37e33f3421"
  ]
}
