Revision: 93925 https://trac.macports.org/changeset/93925 Author: mww@macports.org Date: 2012-06-04 07:26:18 -0700 (Mon, 04 Jun 2012) Log Message: ----------- ocaml-async-unix: new port Modified Paths: -------------- trunk/dports/devel/ocaml-async-unix/Portfile Added Paths: ----------- trunk/dports/devel/ocaml-async-unix/ Modified: trunk/dports/devel/ocaml-async-unix/Portfile =================================================================== --- trunk/dports/devel/ocaml-variantslib/Portfile 2012-06-04 13:04:49 UTC (rev 93918) +++ trunk/dports/devel/ocaml-async-unix/Portfile 2012-06-04 14:26:18 UTC (rev 93925) @@ -3,22 +3,22 @@ PortSystem 1.0 PortGroup ocaml 1.0 -name ocaml-variantslib +name ocaml-async-unix version 108.00.01 categories devel ml platforms darwin license LGPL-2.1 maintainers mww openmaintainer -description OCaml variants as first class values +description Jane Street Capital's asynchronous execution library (unix) long_description ${description} homepage https://bitbucket.org/yminsky/ocaml-core/ master_sites https://bitbucket.org/yminsky/ocaml-core/downloads/ -distname variantslib-${version} +distname async_unix-${version} -checksums rmd160 8568aca7574ec009326392312dc4844ae9a55334 \ - sha256 8c019a22009022f024972885a7988be44e4cad13f16753d179072b21d7f326a1 +checksums rmd160 1b0c5bb1166da8495e96492b161a4d277b10354f \ + sha256 4bb99b45adbd230ef99af76804c059c8d029a97608023ade431c93583446466b -depends_lib port:ocaml port:ocaml-findlib port:ocaml-type-conv +depends_lib port:ocaml port:ocaml-findlib port:ocaml-sexplib port:ocaml-fieldslib port:ocaml-bin-prot port:ocaml-pa-ounit port:ocaml-pipebang port:ocaml-core port:ocaml-async-core use_oasis yes
participants (1)
-
mww@macports.org