Commits

Landon Fuller authored b25fe5280a9
ocaml-fix: new port
No tags

ocaml/ocaml-fix/Portfile

Added
1 +# -*- 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
2 +
3 +PortSystem 1.0
4 +PortGroup github 1.0
5 +PortGroup ocaml 1.1
6 +
7 +name ocaml-fix
8 +version 20181206
9 +categories ocaml devel
10 +maintainers {landonf @landonf} openmaintainer
11 +license LGPL-2
12 +description Memoization and fixed points library for OCaml
13 +long_description An OCaml library that helps with various constructions \
14 + that involve memoization and fixed points (recursion).
15 +homepage https://gitlab.inria.fr/fpottier/fix
16 +platforms darwin
17 +
18 +distname archive
19 +dist_subdir ${name}/${version}
20 +master_sites ${homepage}/repository/${version}
21 +
22 +worksrcdir ${name}-${version}
23 +
24 +checksums rmd160 22868b149934c09350f28b85d083cf2b488f0fb3 \
25 + sha256 67697250b020605d20562f1e43534fbf76b61800bc8b3ea5d62288440de5c929 \
26 + size 369307
27 +
28 +ocaml.build_type dune
29 +
30 +livecheck.type opam

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut