this repo has no description
1opam-version: "2.0"
2synopsis: "Ppx rewriter for fun"
3description: "Ppx rewriter for fun"
4maintainer: ["Roma Sokolov <sokolov.r.v@gmail.com>"]
5authors: ["Roma Sokolov <sokolov.r.v@gmail.com>"]
6license: "MIT"
7tags: ["syntax"]
8homepage: "https://github.com/little-arhat/ppx_fun"
9bug-reports: "https://github.com/little-arhat/ppx_fun/issues"
10depends: [
11 "dune" {>= "3.11"}
12 "ppxlib" {>= "0.4.0"}
13 "odoc" {with-doc}
14]
15build: [
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]
29dev-repo: "git+https://github.com/little-arhat/ppx_fun.git"
30url {
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}
38x-commit-hash: "398935e3f987503d13aef891f1d3e661f882b281"