authors      : "Xavier R. Guérin"
bug-reports  : "https://github.com/xguerin/minima.l/issues"
dev-repo: "git+https://github.com/xguerin/minima.l.git"
doc          : "https://xguer.in/minima.l"
homepage     : "https://github.com/xguerin/minima.l"
license      : "ISC"
maintainer   : "Xavier R. Guérin <ghub@applepine.org>"
opam-version: "2.0"
version      : "1.0.0"

build: [
  ["jbuilder" "build" "-p" name "-j" jobs]
  [make "test"] {with-test}
]
depends: [
  "ocaml" {>= "4.05.0"}
  "jbuilder"
  "menhir" {build & >= "20170418"}
]
synopsis: "Minima.l, a minimal Lisp"
description: "Minimalist Lisp interpreter."
url {
  src: "https://opam.ocaml.org/cache/md5/eb/eb390419022c23fbf3d0818478b53028"
  checksum: "md5=eb390419022c23fbf3d0818478b53028"
}
