# $Id: Portfile 93965 2012-06-05 12:52:40Z mww@macports.org $ PortSystem 1.0 PortGroup ocaml 1.0 name ocaml-fieldslib version 108.00.01 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 http://ocaml.janestreet.com/?q=node/13 master_sites https://bitbucket.org/yminsky/ocaml-core/downloads/ distname fieldslib-${version} checksums rmd160 4f23c4051b6bb6ca8c90888ab3d3a27ab21cbec9 \ sha256 f3695e6ff90b2a18ddfe015699a7c3380dd60693829efcc6f5bf300202c65e41 depends_lib port:ocaml port:ocaml-findlib port:ocaml-type-conv use_oasis yes livecheck.type regex livecheck.url ${master_sites} livecheck.regex fieldslib-(\[0-9.\]+)${extract.suffix}