-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
32 lines (32 loc) · 1.03 KB
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
opam-version: "2.0"
maintainer: "Roma Sokolov <sokolov.r.v@gmail.com>"
authors: ["Roma Sokolov <sokolov.r.v@gmail.com>"]
homepage: "https://github.com/little-arhat/ppx_fun"
doc: "github.com/little-arhat/ppx_fun/doc"
license: "MIT"
dev-repo: "git+https://github.com/little-arhat/ppx_fun.git"
bug-reports: "https://github.com/little-arhat/ppx_fun/issues"
depends: [
"ocaml" {>= "4.03.0"}
"ppx_core" {>= "v0.9.0"}
"ppx_tools"
"ppx_ast"
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build}
]
build: [
["ocaml" "pkg/pkg.ml" "build" "--tests" "true"]
["ocaml" "pkg/pkg.ml" "build" "--tests" "true"] {with-test}
["ocaml" "pkg/pkg.ml" "test"] {with-test}
]
conflicts: [ "ppxlib" ]
synopsis:
"ppx_fun is PPX rewriter that provides simplified syntax for anonymous functions via extensions: `[%f ...]` and `[%f_ ...]`."
url {
src: "https://github.com/little-arhat/ppx_fun/archive/v0.0.4.tar.gz"
checksum: [
"sha256=7909dca4465422be233361e0322926abf6690e9173511d3a40618edd82d84db3"
"md5=651c9cf37123b9b01bf32e19c7d57833"
]
}