# -*- 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 20250919
revision            2
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  1233f36d1dab5a7c3f4c03d524982ca77b561cba \
                    sha256  e151009f2113933b526e7bb6299f31758380049227f039a1a3f4265c968e5607 \
                    size    359100

ocaml.build_type    dune
