this repo has no description
1
2synopsis: "A PPX Rewriter for Uniqifying ASTs"
3description:
4"""
5This is a PPX Rewriter for uniqifying ASTs: inserting unique IDs
6systematically throughout an AST.
7"""
8opam-version: "2.0"
9x-maintenance-intent: [ "(latest)" ]
10maintainer: "Chet Murthy <chetsky@gmail.com>"
11authors: ["Chet Murthy"]
12homepage: "https://github.com/camlp5/pa_ppx_unique"
13license: "BSD-3-Clause"
14bug-reports: "https://github.com/camlp5/pa_ppx_unique/issues"
15dev-repo: "git+https://github.com/camlp5/pa_ppx_unique.git"
16doc: "https://github.com/camlp5/pa_ppx_unique/doc"
17
18depends: [
19 "ocaml" { >= "4.10.0" }
20 "cppo" { >= "1.6.9" }
21 "camlp5-buildscripts" { >= "0.02" }
22 "camlp5" { >= "8.01.00" }
23 "pa_ppx" { >= "0.12" }
24 "pa_ppx_migrate" { with-test & >= "0.10" }
25 "not-ocamlfind" { >= "0.10" }
26 "ounit" { >= "2.2.7" & with-test}
27 "bos" { >= "0.2.0" }
28 "fmt"
29]
30build: [
31 [make "sys"]
32 [make "test"] {with-test}
33]
34install: [make "install"]
35url {
36 src: "https://github.com/camlp5/pa_ppx_unique/archive/refs/tags/0.11.tar.gz"
37 checksum: [
38 "sha512=fe66069dcbccf650d00727afd88b71615dcb92f12e9f1563b9030f6ffb1441c609e9788f0063782a7247dc5b1a8e7c37315150720d0e6e8ebbffaf560c082ca4"
39 ]
40}