Commits
Perry E. Metzger authored cbffacd8869
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 github 1.0 |
5 5 | |
6 6 | github.setup ocaml opam 2.0.5 |
7 7 | |
8 8 | name opam |
9 + | revision 1 |
9 10 | platforms darwin |
10 11 | categories ocaml sysutils |
11 12 | license LGPL-2 |
12 13 | maintainers {@pmetzger pmetzger} openmaintainer |
13 14 | homepage http://opam.ocaml.org/ |
14 15 | description OPAM is a package manager for OCaml |
15 16 | long_description OPAM is a package manager for OCaml that can install \ |
16 17 | multiple versions of OCaml and libraries in a users home \ |
17 18 | directory. |
18 19 | |