-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
38 lines (38 loc) · 966 Bytes
/
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
33
34
35
36
37
38
opam-version: "2.0"
maintainer: "francois.pottier@inria.fr"
authors: [
"François Pottier <francois.pottier@inria.fr>"
]
homepage: "https://gitlab.inria.fr/fpottier/visitors"
dev-repo: "git+https://gitlab.inria.fr/fpottier/visitors.git"
bug-reports: "francois.pottier@inria.fr"
build: [
[make]
]
install: [
[make "install"]
]
remove: [
[make "uninstall"]
]
depends: [
"ocaml" {>= "4.02.2" & < "4.05"}
"ocamlfind"
"ocamlbuild" {build}
"cppo" {build}
"cppo_ocamlbuild" {build}
"ppx_tools"
"ppx_deriving" {>= "4.0" & < "5.0"}
"result"
]
synopsis:
"An OCaml syntax extension (technically, a ppx_deriving plugin) which generates"
description:
"object-oriented visitors for traversing and transforming data structures."
url {
src: "http://gallium.inria.fr/~fpottier/visitors/visitors-20170420.tar.gz"
checksum: [
"sha256=9d4e9f5dbe9ce2f71f4c479307688aaab317652bfc5b26c42b06fde72c243ff6"
"md5=9f73b353ecd484bc751b43f99e6be6e0"
]
}