aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortomboy64 <tomboy64@sina.cn>2015-09-04 11:20:34 +0200
committertomboy64 <tomboy64@sina.cn>2015-09-04 11:20:34 +0200
commit09253983b4c9f100075d84df16338b5500b2d830 (patch)
tree255b74891c58d0604f735a38c388cb4db1f1c4f6 /dev-ml/mirage-profile/mirage-profile-0.5.ebuild
parentadd skylable's sx to my overlay (diff)
downloadtbc-09253983b4c9f100075d84df16338b5500b2d830.tar.gz
tbc-09253983b4c9f100075d84df16338b5500b2d830.tar.bz2
tbc-09253983b4c9f100075d84df16338b5500b2d830.zip
add a bunch of dev-ml support libs for future libres3
Diffstat (limited to 'dev-ml/mirage-profile/mirage-profile-0.5.ebuild')
-rw-r--r--dev-ml/mirage-profile/mirage-profile-0.5.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-ml/mirage-profile/mirage-profile-0.5.ebuild b/dev-ml/mirage-profile/mirage-profile-0.5.ebuild
new file mode 100644
index 0000000..00ba817
--- /dev/null
+++ b/dev-ml/mirage-profile/mirage-profile-0.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+OASIS_BUILD_TESTS=1
+
+inherit oasis findlib
+
+DESCRIPTION="A pure OCaml implementation of the DNS protocol"
+HOMEPAGE="https://github.com/mirage/ocaml-dns"
+SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+ dev-ml/ocaml-cstruct:=
+ dev-ml/io-page:=
+ dev-ml/lwt:=
+ dev-ml/ocplib-endian:=
+"
+DEPEND="
+ >=dev-lang/ocaml-4:=
+ ${RDEPEND}
+"
+
+DOCS=( README.md )