opam-version: "2.0"
maintainer: "iitalics, OhadRau"
authors: ["iitalics" "OhadRau <admin@ohad.space>"]
homepage: "https://github.com/nanocaml/nanocaml"
bug-reports: "https://github.com/nanocaml/nanocaml/issues"
license: "MIT"
dev-repo: "git+https://github.com/nanocaml/nanocaml.git"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
  "ocaml"
  "batteries"
  "jbuilder"
  "ocaml-migrate-parsetree" {< "2.0.0"}
]
synopsis: "Framework for writing nanopass-style compilers"
description: """
A PPX-based toolkit that eases compiler writing
by automatically generating the code needed to
write a compiler. Nanocaml is designed for the
nanopass-style of writing compilers, which
emphasizes the use of many small passes that
only perform one change to the AST, rather than
only a few large passes."""
url {
  src: "https://github.com/nanocaml/nanocaml/archive/0.1.0.tar.gz"
  checksum: "md5=38877f4878af035303e02b3c9a399e98"
}
