this repo has no description
1synopsis: "A PPX Rewriter for Uniqifying ASTs"
2description:
3"""
4This is a PPX Rewriter for uniqifying ASTs: inserting unique IDs
5systematically throughout an AST.
6"""
7opam-version: "2.0"
8maintainer: "Chet Murthy <chetsky@gmail.com>"
9authors: ["Chet Murthy"]
10homepage: "https://github.com/camlp5/pa_ppx_unique"
11license: "BSD-3-Clause"
12bug-reports: "https://github.com/camlp5/pa_ppx_unique/issues"
13dev-repo: "git+https://github.com/camlp5/pa_ppx_unique.git"
14doc: "https://github.com/camlp5/pa_ppx_unique/doc"
15
16depends: [
17 "ocaml" { >= "4.10.0" & < "4.14.0" }
18 "conf-perl"
19 "conf-perl-ipc-system-simple"
20 "conf-perl-string-shellquote"
21 "camlp5" { >= "8.00" }
22 "pa_ppx" { = "0.08" }
23 "pa_ppx_migrate" { with-test & >= "0.08" }
24 "not-ocamlfind" { >= "0.01" }
25 "pcre" { >= "7.4.3" }
26 "ounit" {with-test}
27 "bos" { >= "0.2.0" }
28]
29build: [
30 [make "sys"]
31 [make "test"] {with-test}
32]
33install: [make "install"]
34url {
35 src: "https://github.com/camlp5/pa_ppx_unique/archive/0.08.tar.gz"
36 checksum: [
37 "sha512=1d74f235b061a744a5ffb962eeb0c8b6d90d31c9782f6ff4ba9c441eedf023de0948fc89fd3a370e36649d4d4c63bf83d27e8a31b9c341783534ceb02f473170"
38 ]
39}