summaryrefslogtreecommitdiffstats
path: root/devel/zarith/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'devel/zarith/DETAILS')
-rwxr-xr-xdevel/zarith/DETAILS16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/zarith/DETAILS b/devel/zarith/DETAILS
new file mode 100755
index 0000000000..5453f91279
--- /dev/null
+++ b/devel/zarith/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=zarith
+ VERSION=1.2
+ SOURCE="${SPELL}-${VERSION}.tgz"
+ SOURCE_URL[0]=http://forge.ocamlcore.org/frs/download.php/1187/${SOURCE}
+ SOURCE_HASH=sha512:acf508563266d07a6311d30f3d6ca770f162204fd674f17a042a9aa7305fccdd4f35f8df373a4df12729d324d5ecdb96ef62b287e39de60c4a62c102ecd02600
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://forge.ocamlcore.org/projects/zarith"
+ LICENSE[0]=LGPL
+ ENTERED=20130526
+ SHORT="arbitrary precision integers for ocaml"
+cat << EOF
+The Zarith library implements arithmetic and logical operations over
+arbitrary-precision integers. It uses GMP to efficiently implement arithmetic
+over big integers. Small integers are represented as Caml unboxed integers,
+for speed and space economy.
+EOF