this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "A Lua 5.2 Parser"
4description: "This is a parser and pretty-printer for lua 5.2"
5maintainer: ["drjdnielsen@gmail.com"]
6authors: ["Jason D. Nielsen"]
7license: "MIT"
8homepage: "https://github.com/drjdn/ocaml_lua_parser"
9bug-reports: "https://github.com/drjdn/ocaml_lua_parser/issues"
10depends: [
11 "dune" {>= "2.8"}
12 "menhir" {>= "20200624"}
13 "sexp_pretty" {>= "v0.14.0"}
14 "sexplib" {>= "v0.14.0"}
15 "ppx_sexp_conv" {>= "v0.14.1"}
16 "ppx_deriving" {>= "4.5"}
17 "odoc" {with-doc}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/drjdn/ocaml_lua_parser.git"
34url {
35 src: "https://github.com/drjdn/ocaml_lua_parser/archive/1.0.2.tar.gz"
36 checksum: [
37 "md5=35b1a3c607a0e23f81322f4b99b11d13"
38 "sha512=ed3995928aaf87d68114a9d5bee1ca5b41dd359134589ef6eba4ea2cc5b41a78bc4ac35603301dc1bd29260a0908c6142fabf689a7a7d8b76a3abf8ecdbd9194"
39 ]
40}