Skip to content

Commit d77faa6

Browse files
authored
Merge pull request ocaml#28114 from ksromanov/opam-publish-ppx_string_interpolation.1.1.0
Package ppx_string_interpolation.1.1.0
2 parents b125570 + ed30adc commit d77faa6

File tree

1 file changed

+32
-0
lines changed
  • packages/ppx_string_interpolation/ppx_string_interpolation.1.1.0

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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+
}

0 commit comments

Comments
 (0)