# $Id: Portfile 114442 2013-12-08 18:11:43Z mww@macports.org $ PortSystem 1.0 PortGroup ocaml 1.0 name ocaml-fieldslib version 109.20.00 categories devel ml platforms darwin license LGPL-2.1 maintainers mww openmaintainer description Syntax support for folding over record fields in OCaml long_description This library defines a syntax extension for OCaml using Camlp4 that \ can be used to define first class values representing record fields, \ and additional routines, to get and set record fields, iterate and fold \ over all fields of a record and create new record values. homepage https://ocaml.janestreet.com/code master_sites https://ocaml.janestreet.com/ocaml-core/${version}/individual/ distname fieldslib-${version} checksums rmd160 1f530f3f9f5312fd10776ac9434cf922df4c5179 \ sha256 56dbf06604efd2664ff14e7f242fdfbb3835b9b19ed904dc9952838f0c53434f depends_lib port:ocaml port:ocaml-findlib port:ocaml-type-conv use_oasis yes livecheck.type regex livecheck.url https://ocaml.janestreet.com/ocaml-core/ livecheck.regex (\[0-9\]+\\\.\[0-9\\\.\]+)