this repo has no description

v0.15.1

Changed files
+26
packages
csvfields
csvfields.v0.15.1
+26
packages/csvfields/csvfields.v0.15.1/opam
···
···
+
opam-version: "2.0"
+
maintainer: "Jane Street developers"
+
authors: ["Jane Street Group, LLC"]
+
homepage: "https://github.com/janestreet/csvfields"
+
bug-reports: "https://github.com/janestreet/csvfields/issues"
+
dev-repo: "git+https://github.com/janestreet/csvfields.git"
+
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/csvfields/index.html"
+
license: "MIT"
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"core" {>= "v0.15" & < "v0.16"}
+
"ppx_jane" {>= "v0.15" & < "v0.16"}
+
"sexplib" {>= "v0.15" & < "v0.16"}
+
"dune" {>= "2.0.0"}
+
"num"
+
]
+
synopsis: "Runtime support for ppx_xml_conv and ppx_csv_conv"
+
description: "
+
"
+
url {
+
src: "https://github.com/janestreet/csvfields/archive/refs/tags/v0.15.1.tar.gz"
+
checksum: "sha256=17095c85af6d0cbc18de46f60a28a29016675d273e9c89f38c2f4c10d0d08fc7"
+
}