opam-version: "2.0"
synopsis: "A Lua 5.2 Parser"
description: "This is a parser and pretty-printer for lua 5.2"
maintainer: ["drjdnielsen@gmail.com"]
authors: ["Jason D. Nielsen"]
license: "MIT"
homepage: "https://github.com/drjdn/ocaml_lua_parser"
bug-reports: "https://github.com/drjdn/ocaml_lua_parser/issues"
depends: [
  "dune" {>= "2.5"}
  "menhir" {>= "20200624"}
  "sexp_pretty" {>= "v0.14.0"}
  "sexplib" {>= "v0.14.0"}
  "ppx_sexp_conv" {>= "v0.14.1"}
  "ppx_deriving" {>= "4.5"}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/drjdn/ocaml_lua_parser.git"
url {
  src: "https://github.com/drjdn/ocaml_lua_parser/archive/1.0.0.tar.gz"
  checksum: [
    "md5=040b79da95d5dbe7d5d2ecc03320b72e"
    "sha512=537e2b38bf8590e9fc4592f4e39a6a8ad3029693e6b052376d342c13be9349fa4db3d3a2557e7ffaeb6580ad929d681271d951d0b619d3c6ca448042412e4a74"
  ]
}
