Revision
93919
Author
mww@macports.org
Date
2012-06-04 06:08:08 -0700 (Mon, 04 Jun 2012)

Log Message

ocaml-typehashlib: new port

Modified Paths

Added Paths

Diff

Modified: trunk/dports/devel/ocaml-typehashlib/Portfile (93918 => 93919)


--- trunk/dports/devel/ocaml-variantslib/Portfile	2012-06-04 13:04:49 UTC (rev 93918)
+++ trunk/dports/devel/ocaml-typehashlib/Portfile	2012-06-04 13:08:08 UTC (rev 93919)
@@ -3,21 +3,21 @@
 PortSystem 1.0
 PortGroup ocaml 1.0
 
-name                ocaml-variantslib
+name                ocaml-typehashlib
 version             108.00.01
 categories          devel ml
 platforms           darwin
 license             LGPL-2.1
 maintainers         mww openmaintainer
-description         OCaml variants as first class values
+description         Syntax extension for deriving "typehash" functions automatically
 long_description    ${description}
 
 homepage            https://bitbucket.org/yminsky/ocaml-core/
 master_sites        https://bitbucket.org/yminsky/ocaml-core/downloads/
-distname            variantslib-${version}
+distname            typehashlib-${version}
 
-checksums           rmd160  8568aca7574ec009326392312dc4844ae9a55334 \
-                    sha256  8c019a22009022f024972885a7988be44e4cad13f16753d179072b21d7f326a1
+checksums           rmd160  c9cdffd58b2358bbe3d29ed50b8721e414490e03 \
+                    sha256  8df059155e85c4c5e5041e1ca77872e35c0997262409eba25ff52b3040c0b507
 
 depends_lib         port:ocaml port:ocaml-findlib port:ocaml-type-conv