this repo has no description
0
fork

Configure Feed

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

Merge pull request #25780 from little-arhat/release-ppx_fun-v0.0.9

[new release] ppx_fun (0.0.9)

authored by

Anil Madhavapeddy and committed by
GitHub
18846755 245837bd

+38
+38
packages/ppx_fun/ppx_fun.0.0.9/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Ppx rewriter for fun" 3 + description: "Ppx rewriter for fun" 4 + maintainer: ["Roma Sokolov <sokolov.r.v@gmail.com>"] 5 + authors: ["Roma Sokolov <sokolov.r.v@gmail.com>"] 6 + license: "MIT" 7 + tags: ["syntax"] 8 + homepage: "https://github.com/little-arhat/ppx_fun" 9 + bug-reports: "https://github.com/little-arhat/ppx_fun/issues" 10 + depends: [ 11 + "dune" {>= "3.11"} 12 + "ppxlib" {>= "0.4.0"} 13 + "odoc" {with-doc} 14 + ] 15 + build: [ 16 + ["dune" "subst"] {dev} 17 + [ 18 + "dune" 19 + "build" 20 + "-p" 21 + name 22 + "-j" 23 + jobs 24 + "@install" 25 + "@runtest" {with-test} 26 + "@doc" {with-doc} 27 + ] 28 + ] 29 + dev-repo: "git+https://github.com/little-arhat/ppx_fun.git" 30 + url { 31 + src: 32 + "https://github.com/little-arhat/ppx_fun/releases/download/v0.0.9/ppx_fun-0.0.9.tbz" 33 + checksum: [ 34 + "sha256=f3f58f3d50222d50b255766972d28e48b447dba792f133451e24ff9a1c886bdb" 35 + "sha512=7f2b887d0e3b3e9efb085f0c144b38a26639209ade7cf0704a0deb7d3a0424e81c07db725147132de3d4c68ff4c4f14118414325e675138e2a82c0c5987aaa72" 36 + ] 37 + } 38 + x-commit-hash: "398935e3f987503d13aef891f1d3e661f882b281"