Skip to content

Commit

Permalink
dev-ml/async_rpc_kernel: bump to 113.00.00
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
aballier committed Sep 19, 2015
1 parent 46ebd0c commit bdcefa9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ml/async_rpc_kernel/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST async_rpc_kernel-112.35.00.tar.gz 79058 SHA256 1e24cb9aa3e6719a11bb24c3171ce256c029c20f7b5081ea8da5719693a4b542 SHA512 bb89e91e0ae66f9bb5d20144525fbda31b50e0cd65de91770b4757d999261a5960958c67061faccc079042602c89526cfdec99e3ed636e16f854128744835f3a WHIRLPOOL d4fe90f3e3da60908734bdc8515f311a1270fad87b89ec32fafa8612e66709156cc1ab7b37506d0a84d4b407c7947c7b98ee1b3caa772466f3be666a85702cd3
DIST async_rpc_kernel-113.00.00.tar.gz 80402 SHA256 21c8bc830d261543c22ac2019c08a9a39c9f490fca038a39c43e94d3cd9af73d SHA512 4479a114e18839c32cfc33bd618d2a1631b76ff65562e6e9eb041b962233e7eac02590fc49059b1f1d476361b7590084f8704d583b2f102c6329b424f7ddf198 WHIRLPOOL 8adb3ebe6aa9c918347b9f150614add9e9170db113490891252c36f154b645b8a1b2fdd6ebadec37eb1a2aa2d1f946940d2c43b09435530dd75346136a59e26b
29 changes: 29 additions & 0 deletions dev-ml/async_rpc_kernel/async_rpc_kernel-113.00.00.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI="5"

inherit oasis

DESCRIPTION="Platform-independent core of Async RPC library"
HOMEPAGE="https://bitbucket.org/yminsky/ocaml-core/wiki/Home"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""

DEPEND="dev-ml/camlp4:=
dev-ml/async_kernel:=
dev-ml/bin-prot:=
dev-ml/comparelib:=
dev-ml/core_kernel:=
dev-ml/custom_printf:=
dev-ml/fieldslib:=
dev-ml/pa_ounit:=
dev-ml/sexplib:="
RDEPEND="${DEPEND}"

DOCS=( "CHANGES.md" )

0 comments on commit bdcefa9

Please sign in to comment.