this repo has no description

Merge pull request #20640 from drjdn/opam-publish-lua_parser.1.0.1

Package lua_parser.1.0.1

Changed files
+39
packages
lua_parser
lua_parser.1.0.1
+39
packages/lua_parser/lua_parser.1.0.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
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"] {dev}
+
[
+
"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.1.tar.gz"
+
checksum: [
+
"md5=4db40248809ddaac3e0dfcd2a5078f2f"
+
"sha512=4f7c76e82d25119b9e5a1881cf32d7b359eb77eb09a790ec5556373b7ff92ade3bce2a3986ffff27c76043af0915dc45c917e32ebaae7c4be6f830bad67fabd1"
+
]
+
}