Skip to content

Commit fd4f3c0

Browse files
authored
Merge pull request ocaml#28088 from dkalinichenko-js/opam-publish-ppxlib_jane.v0.17.4
Package ppxlib_jane.v0.17.4
2 parents 21b17a8 + e9bf8fd commit fd4f3c0

File tree

1 file changed

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

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.36.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.4.tar.gz"
25+
checksum: [
26+
"md5=d572c6d6c3b4da9e480c65ba85d3c50a"
27+
"sha512=e2931de633d9dcce2ca121e1cf117e159af4ccc52a7e420c328021da0145b6b90194e4545f97afe9cd032c04c6bc2563faa2d852ad45b041b014c688153799d6"
28+
]
29+
}

0 commit comments

Comments
 (0)