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" 8x-maintenance-intent: [ "(latest)" ] 9maintainer: "Chet Murthy <chetsky@gmail.com>" 10authors: ["Chet Murthy"] 11homepage: "https://github.com/camlp5/pa_ppx_ag" 12license: "BSD-3-Clause" 13bug-reports: "https://github.com/camlp5/pa_ppx_ag/issues" 14dev-repo: "git+https://github.com/camlp5/pa_ppx_ag.git" 15doc: "https://github.com/camlp5/pa_ppx_ag/doc" 16 17depends: [ 18 "ocaml" { >= "4.10.0" & < "4.14.0" } 19 "conf-perl" 20 "conf-perl-ipc-system-simple" 21 "conf-perl-string-shellquote" 22 "camlp5" { >= "8.00" } 23 "pa_ppx" { = "0.08" } 24 "pa_ppx_migrate" { >= "0.08" } 25 "pa_ppx_hashcons" { >= "0.08" } 26 "pa_ppx_unique" { >= "0.08" } 27 "not-ocamlfind" { >= "0.01" } 28 "ocamlgraph" { >= "2.0.0" } 29 "pcre" { >= "7.4.3" } 30 "ounit" {with-test} 31 "vec" 32 "bos" { >= "0.2.0" } 33] 34build: [ 35 [make "sys"] 36# [make "test"] {with-test} 37] 38install: [make "install"] 39url { 40 src: "https://github.com/camlp5/pa_ppx_ag/archive/0.08.tar.gz" 41 checksum: [ 42 "sha512=786910ca5e1c7654b8c6d2af1e8db85150d9953f969051cf8f4487e0893d8eaf145c6bc5195761172ff17a2426073ce87facf65d31abc2401e83b7e999f47d7e" 43 ] 44}