this repo has no description
1synopsis: "A PPX Rewriter that Generates Attribute Grammar Evaulators" 2description: 3""" 4This is a PPX Rewriter that generates Attribute Grammar evaulators. 5Initially only ordered ones, but eventually other strategies too. 6""" 7opam-version: "2.0" 8maintainer: "Chet Murthy <chetsky@gmail.com>" 9authors: ["Chet Murthy"] 10homepage: "https://github.com/camlp5/pa_ppx_ag" 11license: "BSD-3-Clause" 12bug-reports: "https://github.com/camlp5/pa_ppx_ag/issues" 13dev-repo: "git+https://github.com/camlp5/pa_ppx_ag.git" 14doc: "https://github.com/camlp5/pa_ppx_ag/doc" 15 16depends: [ 17 "ocaml" { >= "4.10.0" & < "4.13.0" } 18 "conf-perl" 19 "conf-perl-ipc-system-simple" 20 "conf-perl-string-shellquote" 21 "camlp5" { >= "8.00" } 22 "pa_ppx" { >= "0.07.02" } 23 "pa_ppx_migrate" { >= "0.07.02" } 24 "pa_ppx_hashcons" { >= "0.07.02" } 25 "pa_ppx_unique" { >= "0.07.02" } 26 "not-ocamlfind" { >= "0.01" } 27 "pcre" { >= "7.4.3" } 28 "ounit" {with-test} 29 "vec" 30 "bos" { >= "0.2.0" } 31] 32build: [ 33 [make "sys"] 34# [make "test"] {with-test} 35] 36install: [make "install"] 37url { 38 src: "https://github.com/camlp5/pa_ppx_ag/archive/0.07.02.tar.gz" 39 checksum: [ 40 "sha512=80cbe231973379e7483bcfdbd25b29c0cbed6872f122cb25c55f4d4b164b78ac5e0f79d3af0458b65362bba89779c092be3e192bdc57885e9e8005b267e5fb6b" 41 ] 42}