this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26895 from public-release/opam-publish-ppxlib_jane.v0.17.2

Package ppxlib_jane.v0.17.2

authored by

Marcello Seri and committed by
GitHub
a414aa7c b95848ed

+29
+29
packages/ppxlib_jane/ppxlib_jane.v0.17.2/opam
··· 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 + }