summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-08-16 14:27:15 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-08-16 16:08:47 +0200
commit198bf136ba36efad9f64129bcf9cc8d18870be3f (patch)
tree2ecd25162bcf672691c2613c7efd5464a2f44dec /dev-ml
parentdev-ml/ocaml-extunix: initial import; ebuild by me (diff)
downloadgentoo-198bf136ba36efad9f64129bcf9cc8d18870be3f.tar.gz
gentoo-198bf136ba36efad9f64129bcf9cc8d18870be3f.tar.bz2
gentoo-198bf136ba36efad9f64129bcf9cc8d18870be3f.zip
dev-ml/ocaml-uint: initial import; ebuild by me
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ocaml-uint/Manifest1
-rw-r--r--dev-ml/ocaml-uint/metadata.xml8
-rw-r--r--dev-ml/ocaml-uint/ocaml-uint-1.2.0.ebuild21
3 files changed, 30 insertions, 0 deletions
diff --git a/dev-ml/ocaml-uint/Manifest b/dev-ml/ocaml-uint/Manifest
new file mode 100644
index 000000000000..d9c0e4133a54
--- /dev/null
+++ b/dev-ml/ocaml-uint/Manifest
@@ -0,0 +1 @@
+DIST ocaml-uint-1.2.0.tar.gz 53467 SHA256 fce5bb7cb406841c74b27a2c7045375b079e9a0030a444d11311482988aee68c SHA512 74209cd04fc61debe8b846e7ca60efb9d8f274e4066abac9878fa68e048e5a9822278cfd7a65527c5c1933b0301cd4a92d9815db673fbfa4eae90fb2ee4fb77b WHIRLPOOL ac26f60fc59848a745d085b7b53f66bdba9994658d7b8bac78fd21243d16cbf21326fd624c24413fe0e24a56fc5f68c87bf1fff776fc3a59677f950bd30b74e4
diff --git a/dev-ml/ocaml-uint/metadata.xml b/dev-ml/ocaml-uint/metadata.xml
new file mode 100644
index 000000000000..ffac4d7ebc01
--- /dev/null
+++ b/dev-ml/ocaml-uint/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>ml@gentoo.org</email>
+ <name>Gentoo ML Project</name>
+</maintainer>
+</pkgmetadata>
diff --git a/dev-ml/ocaml-uint/ocaml-uint-1.2.0.ebuild b/dev-ml/ocaml-uint/ocaml-uint-1.2.0.ebuild
new file mode 100644
index 000000000000..06fc2ec1bfd6
--- /dev/null
+++ b/dev-ml/ocaml-uint/ocaml-uint-1.2.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+DESCRIPTION="Unsigned ints for OCaml"
+HOMEPAGE="https://forge.ocamlcore.org/projects/ocaml-uint/"
+SRC_URI="https://forge.ocamlcore.org/frs/download.php/1516/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"