this repo has no description
1opam-version: "2.0"
2maintainer: "Jane Street developers"
3authors: ["Jane Street Group, LLC"]
4homepage: "https://github.com/janestreet/fieldslib"
5bug-reports: "https://github.com/janestreet/fieldslib/issues"
6dev-repo: "git+https://github.com/janestreet/fieldslib.git"
7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/fieldslib/index.html"
8license: "MIT"
9build: [
10 ["dune" "build" "-p" name "-j" jobs]
11]
12depends: [
13 "ocaml" {>= "4.04.2"}
14 "base" {>= "v0.13" & < "v0.14"}
15 "dune" {>= "1.5.1"}
16]
17synopsis: "Syntax extension to define first class values representing record fields, to get and set record fields, iterate and fold over all fields of a record and create new record values"
18description: "
19Part of Jane Street's Core library
20The Core suite of libraries is an industrial strength alternative to
21OCaml's standard library that was developed by Jane Street, the
22largest industrial user of OCaml.
23"
24url {
25 src:
26 "https://ocaml.janestreet.com/ocaml-core/v0.13/files/fieldslib-v0.13.0.tar.gz"
27 checksum: [
28 "sha256=177887aa3d18b6e3af8409fe45757e42087ba6a8a5b9e9e8a991e6125758771d"
29 "md5=3ac72dc49e43416c8b6fa0897bd4838b"
30 ]
31}