this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

Package lua_parser.1.0.1

authored by

Marcello Seri and committed by
GitHub
6a7473d2 8c25d2c6

+39
+39
packages/lua_parser/lua_parser.1.0.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "A Lua 5.2 Parser" 4 + description: "This is a parser and pretty-printer for lua 5.2" 5 + maintainer: ["drjdnielsen@gmail.com"] 6 + authors: ["Jason D. Nielsen"] 7 + license: "MIT" 8 + homepage: "https://github.com/drjdn/ocaml_lua_parser" 9 + bug-reports: "https://github.com/drjdn/ocaml_lua_parser/issues" 10 + depends: [ 11 + "dune" {>= "2.5"} 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 + ] 18 + build: [ 19 + ["dune" "subst"] {dev} 20 + [ 21 + "dune" 22 + "build" 23 + "-p" 24 + name 25 + "-j" 26 + jobs 27 + "@install" 28 + "@runtest" {with-test} 29 + "@doc" {with-doc} 30 + ] 31 + ] 32 + dev-repo: "git+https://github.com/drjdn/ocaml_lua_parser.git" 33 + url { 34 + src: "https://github.com/drjdn/ocaml_lua_parser/archive/1.0.1.tar.gz" 35 + checksum: [ 36 + "md5=4db40248809ddaac3e0dfcd2a5078f2f" 37 + "sha512=4f7c76e82d25119b9e5a1881cf32d7b359eb77eb09a790ec5556373b7ff92ade3bce2a3986ffff27c76043af0915dc45c917e32ebaae7c4be6f830bad67fabd1" 38 + ] 39 + }