Skip to content

Commit

Permalink
dev-ml/angstrom-lwt-unix: bump to 0.7.0
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.10, Repoman-2.3.3
  • Loading branch information
aballier committed Sep 22, 2017
1 parent b5b74ea commit 706c05b
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ml/angstrom-lwt-unix/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST angstrom-0.6.0.tar.gz 80393 SHA256 9080c6ad32ee5c31ae5b754370328daa5febb219ae2a1e8390fb469622dca7ee SHA512 4b03022f3e8147075653a9740473ce23fc42ba8c559f1b86311132fa1a09cfac0f044cb3a8c9fc2d97f4acef35806b4742606b0af22d6b07058e8a78c6672618 WHIRLPOOL a79f7e522e645b605eabb155c604cf6e2e435e9325551a22efbe5c1b12f57726c8ccdad510ef618cc510b409acc6cb86204630ecb4cf1af6d1adc628bb19dd33
DIST angstrom-0.7.0.tar.gz 106216 SHA256 79c53362e5fa4ea6a6ce76e311366bccc67db84eed711e6ad00f1c9b0e552791 SHA512 c4980e38b45dae9d9584ca7a248870b5966e8d2286ea137acf4e61b981ff2584a3952be8be66a06885e72ae3d326fabe837cdb391a3001f04f66d7823b93d528 WHIRLPOOL efb9c1ffcdf234cd1028ab790fb003399ead51088fbdd4d3c712ad7439aedbf57c678fb4bcb836461b35f15f933689551ae05485a33f6e2e82d6f4f56b44bca9
33 changes: 33 additions & 0 deletions dev-ml/angstrom-lwt-unix/angstrom-lwt-unix-0.7.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit opam

DESCRIPTION="Parser combinators built for speed and memory efficiency"
HOMEPAGE="https://github.com/inhabitedtype/angstrom"
SRC_URI="https://github.com/inhabitedtype/angstrom/archive/${PV}.tar.gz -> angstrom-${PV}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="
dev-lang/ocaml:=
dev-ml/angstrom:=
dev-ml/lwt:=
"
DEPEND="${RDEPEND}
dev-ml/jbuilder"

S="${WORKDIR}/angstrom-${PV}"

src_compile() {
jbuilder build -p ${PN} || die
}

src_test() {
jbuilder runtest -p ${PN}
}

0 comments on commit 706c05b

Please sign in to comment.