Skip to content

Commit a414aa7

Browse files
authored
Merge pull request #26895 from public-release/opam-publish-ppxlib_jane.v0.17.2
Package ppxlib_jane.v0.17.2
2 parents b95848e + 433586e commit a414aa7

File tree

1 file changed

+29
-0
lines changed
  • packages/ppxlib_jane/ppxlib_jane.v0.17.2

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
opam-version: "2.0"
2+
maintainer: "Jane Street developers"
3+
authors: ["Jane Street Group, LLC"]
4+
homepage: "https://github.com/janestreet/ppxlib_jane"
5+
bug-reports: "https://github.com/janestreet/ppxlib_jane/issues"
6+
dev-repo: "git+https://github.com/janestreet/ppxlib_jane.git"
7+
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppxlib_jane/index.html"
8+
license: "MIT"
9+
build: [
10+
["dune" "build" "-p" name "-j" jobs]
11+
]
12+
depends: [
13+
"ocaml" {>= "5.3.0"}
14+
"dune" {>= "3.11.0"}
15+
"ppxlib" {>= "0.28.0"}
16+
]
17+
available: arch != "arm32" & arch != "x86_32"
18+
synopsis: "Utilities for working with Jane Street AST constructs"
19+
description: "
20+
Part of the Jane Street's PPX rewriters collection.
21+
"
22+
url {
23+
src:
24+
"https://github.com/janestreet/ppxlib_jane/archive/refs/tags/v0.17.2.tar.gz"
25+
checksum: [
26+
"md5=abe0bba90ad28917f344c2e31b72c7fd"
27+
"sha512=342e034d44d14958869e643befb0e749d4de3ca0040891ab51592e2583bc5bb827bdaa5bd06966ac536151d160997aef79baa090247d1649a6b5849a359744d8"
28+
]
29+
}

0 commit comments

Comments
 (0)