Commits
Landon Fuller authored ed7dc9530e9
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup active_variants 1.1 |
5 5 | |
6 6 | name ocaml-findlib |
7 7 | version 1.8.0 |
8 - | revision 2 |
8 + | revision 3 |
9 9 | distname findlib-${version} |
10 10 | categories ocaml devel |
11 11 | maintainers {pmetzger @pmetzger} openmaintainer |
12 12 | platforms darwin |
13 13 | license MIT |
14 14 | |
15 15 | description Objective Caml library management system |
16 16 | long_description The findlib library provides a scheme to manage reusable \ |
17 17 | software components (packages), and includes tools that \ |
18 18 | support this scheme. Packages are collections of OCaml \ |