File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
packages/ppx_string_interpolation/ppx_string_interpolation.1.1.0 Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "String interpolation PPX preprocessor"
3+ description: "
4+ String interpolation PPX preprocessor.
5+ "
6+ maintainer: "Konstantin Romanov <
[email protected] >"
7+ authors: ["Konstantin Romanov <
[email protected] >"]
8+ homepage: "https://github.com/bloomberg/ppx_string_interpolation"
9+ bug-reports: "https://github.com/bloomberg/ppx_string_interpolation/issues"
10+ doc: "https://bloomberg.github.io/ppx_string_interpolation/README.md"
11+ dev-repo: "git+https://github.com/bloomberg/ppx_string_interpolation.git"
12+ license: "Apache-2.0"
13+
14+ build: [
15+ ["dune" "subst"] {dev}
16+ ["dune" "build" "-p" name "-j" jobs]
17+ ]
18+
19+ depends: [
20+ "dune" {>= "1.7"}
21+ "ocaml" {>= "4.11.0"}
22+ "ppxlib" {>= "0.18.0"}
23+ "sedlex"
24+ ]
25+ url {
26+ src:
27+ "https://github.com/bloomberg/ppx_string_interpolation/archive/refs/tags/1.1.0.tar.gz"
28+ checksum: [
29+ "md5=ede13dcfd010a0c76d98c3fdf8e64851"
30+ "sha512=676fdeae840e1cabb55da70b44c4ca27574ea3a155da44d0461823c2ced50b556cbc76b7cfbc8b9e1fb50d7be069bd64813cdc4f274296dd7146fa0d5d28b649"
31+ ]
32+ }
You can’t perform that action at this time.
0 commit comments