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"
9maintainer: "Chet Murthy <chetsky@gmail.com>"
10authors: ["Chet Murthy"]
11homepage: "https://github.com/camlp5/pa_ppx_unique"
12license: "BSD-3-Clause"
13bug-reports: "https://github.com/camlp5/pa_ppx_unique/issues"
14dev-repo: "git+https://github.com/camlp5/pa_ppx_unique.git"
15doc: "https://github.com/camlp5/pa_ppx_unique/doc"
16
17depends: [
18 "ocaml" { >= "4.10.0" & < "5.01.0" }
19 "cppo" { >= "1.6.9" }
20 "camlp5-buildscripts" { >= "0.02" & < "0.03" }
21 "camlp5" { >= "8.01.00" }
22 "pa_ppx" { >= "0.12" }
23 "pa_ppx_migrate" { with-test & >= "0.10" }
24 "not-ocamlfind" { >= "0.10" }
25 "pcre" { >= "7.4.3" }
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.10.tar.gz"
37 checksum: [
38 "sha512=7fa53e2e5ea22fd9989827e97c6e52c7ef25fdfa0bd146454b712f0697ea447a628dc6cbe95f8de412b1f5bdf8f91f4e345cd3ece4fd899b6f95dba358b0de56"
39 ]
40}