-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
30 lines (30 loc) · 988 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
opam-version: "2.0"
maintainer: "Jane Street developers"
authors: ["Jane Street Group, LLC"]
homepage: "https://github.com/janestreet/ppx_csv_conv"
bug-reports: "https://github.com/janestreet/ppx_csv_conv/issues"
dev-repo: "git+https://github.com/janestreet/ppx_csv_conv.git"
license: "Apache-2.0"
build: [
["./configure" "--prefix" prefix]
[make]
]
depends: [
"ocaml" {>= "4.02.3"}
"ocamlbuild" {build}
"ocamlfind" {build & >= "1.3.2"}
"ppx_conv_func" {>= "113.24.00" & < "113.25.00"}
"ppx_core" {>= "113.24.00" & < "113.25.00"}
"ppx_tools"
"ppx_type_conv" {>= "113.24.00" & < "113.25.00"}
]
synopsis: "Generate functions to read/write records in csv format"
description: "Part of the Jane Street's PPX rewriters collection."
url {
src:
"https://ocaml.janestreet.com/ocaml-core/113.24/files/ppx_csv_conv-113.24.00.tar.gz"
checksum: [
"sha256=bfdd233270a69693bda7ff4e3b8bde3f4465fcb23f6421a4a22822dd9ebfea40"
"md5=0b14667e357245b9bd3e175a628ce6b2"
]
}