this repo has no description
1opam-version: "2.0" 2maintainer: "orbitz@gmail.com" 3build: [ 4 [make "-j%{jobs}%"] 5 [make "-j%{jobs}%" "test"] {with-test} 6] 7install: [ 8 [make "PREFIX=%{prefix}%" "install"] 9] 10 11remove: [ 12 [make "PREFIX=%{prefix}%" "remove"] 13] 14 15depends: [ 16 "ocaml" {>= "4.03"} 17 "containers" {with-test} 18 "merlin-of-pds" 19 "ocamlfind" 20 "oth" {with-test} 21 "pds" {build & (>= "5" & < "6")} 22 "qcheck" {with-test} 23] 24authors: [ 25 "orbitz@gmail.com" 26] 27 28homepage: "https://bitbucket.org/mimirops/lua_pattern" 29bug-reports: "https://bitbucket.org/mimirops/lua_pattern/issues" 30dev-repo: "git+ssh://git@bitbucket.org/mimirops/lua_pattern.git" 31synopsis: "Implementation of Lua patterns" 32url { 33 src: "https://bitbucket.org/mimirops/lua_pattern/get/1.7.tar.gz" 34 checksum: [ 35 "sha256=bff579b48177744e81376ef314a32e5c063fd22ba258423e8de9bf03181075ab" 36 "md5=7ec7e0cd487600eb073b5bf6d8470683" 37 ] 38}