# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup gitlab    1.0
PortGroup ocaml     1.1

name                ocaml-fix
gitlab.instance     https://gitlab.inria.fr
gitlab.setup        fpottier fix 20230505

categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             LGPL-2
description         Memoization and fixed points library for OCaml
long_description    An OCaml library that helps with various constructions \
                    that involve memoization and fixed points (recursion).

checksums           rmd160  19d43edd75a6871a7e60c8e4871dc38b8b848267 \
                    sha256  e797826ebf99f99082b9eed851f283d6f0a6d2216c38f46bae72113d3ea256f9 \
                    size    355711

ocaml.build_type    dune
