synopsis: "A PPX Rewriter that Generates Attribute Grammar Evaulators" description: """ This is a PPX Rewriter that generates Attribute Grammar evaulators. Initially only ordered ones, but eventually other strategies too. """ opam-version: "2.0" x-maintenance-intent: [ "(latest)" ] maintainer: "Chet Murthy " authors: ["Chet Murthy"] homepage: "https://github.com/camlp5/pa_ppx_ag" license: "BSD-3-Clause" bug-reports: "https://github.com/camlp5/pa_ppx_ag/issues" dev-repo: "git+https://github.com/camlp5/pa_ppx_ag.git" doc: "https://github.com/camlp5/pa_ppx_ag/doc" depends: [ "ocaml" { >= "4.10.0" & < "4.14.0" } "conf-perl" "conf-perl-ipc-system-simple" "conf-perl-string-shellquote" "camlp5" { >= "8.00" } "pa_ppx" { = "0.08" } "pa_ppx_migrate" { >= "0.08" } "pa_ppx_hashcons" { >= "0.08" } "pa_ppx_unique" { >= "0.08" } "not-ocamlfind" { >= "0.01" } "ocamlgraph" { >= "2.0.0" } "pcre" { >= "7.4.3" } "ounit" {with-test} "vec" "bos" { >= "0.2.0" } ] build: [ [make "sys"] # [make "test"] {with-test} ] install: [make "install"] url { src: "https://github.com/camlp5/pa_ppx_ag/archive/0.08.tar.gz" checksum: [ "sha512=786910ca5e1c7654b8c6d2af1e8db85150d9953f969051cf8f4487e0893d8eaf145c6bc5195761172ff17a2426073ce87facf65d31abc2401e83b7e999f47d7e" ] }