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" & < "5.01.0" }
18 "conf-perl"
19 "conf-perl-ipc-system-simple"
20 "conf-perl-string-shellquote"
21 "camlp5" { >= "8.00" }
22 "pa_ppx" { >= "0.08" & < "0.12" }
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/refs/tags/0.09.tar.gz"
36 checksum: [
37 "sha512=8dac960b0fc666d32f64c5d87df6d78c5d21a2fced71b1aefcd92561caf7bd0a83967713169ddc760c95a7e92c3193993ab9517d35ec43587df6ef09505dbf50"
38 ]
39}