diff options
author | Jack Todaro <solpeth@posteo.org> | 2020-07-30 10:30:00 +1000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-01 09:01:55 +0100 |
commit | 444ecfee558ad7c9f60f39dcb0b78f0559e2425c (patch) | |
tree | 47ffa163bf8597990adf9e593fe8aea5da67cd56 /dev-haskell/heaps | |
parent | dev-haskell/boundedchan: add package (diff) | |
download | gentoo-444ecfee558ad7c9f60f39dcb0b78f0559e2425c.tar.gz gentoo-444ecfee558ad7c9f60f39dcb0b78f0559e2425c.tar.bz2 gentoo-444ecfee558ad7c9f60f39dcb0b78f0559e2425c.zip |
dev-haskell/heaps: add package
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/heaps')
-rw-r--r-- | dev-haskell/heaps/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/heaps/heaps-0.3.6.1.ebuild | 24 | ||||
-rw-r--r-- | dev-haskell/heaps/metadata.xml | 11 |
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-haskell/heaps/Manifest b/dev-haskell/heaps/Manifest new file mode 100644 index 000000000000..13915bc9d3bf --- /dev/null +++ b/dev-haskell/heaps/Manifest @@ -0,0 +1 @@ +DIST heaps-0.3.6.1.tar.gz 12440 BLAKE2B 560a605d91b1481ec9e69510d1634e45bad2dfe589ba2fa6d3eb5391837904a9bb41fa7bfc8a6472862ae163905bc178fd71d6e60fb92c6ab8c630d3bb2ac7d1 SHA512 7c3cfb4ca95538a51b418ab2d42171883c9c51860f63e6836d42845a43cead825016fce74ed5e866decf0a6812433c3ecd6989161f2303939bbcad8ef4aab0ef diff --git a/dev-haskell/heaps/heaps-0.3.6.1.ebuild b/dev-haskell/heaps/heaps-0.3.6.1.ebuild new file mode 100644 index 000000000000..7535de78d815 --- /dev/null +++ b/dev-haskell/heaps/heaps-0.3.6.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Asymptotically optimal Brodal/Okasaki heaps" +HOMEPAGE="https://github.com/ekmett/heaps/" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" diff --git a/dev-haskell/heaps/metadata.xml b/dev-haskell/heaps/metadata.xml new file mode 100644 index 000000000000..1fd7401edc94 --- /dev/null +++ b/dev-haskell/heaps/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>haskell@gentoo.org</email> + <name>Gentoo Haskell</name> + </maintainer> + <longdescription> + Asymptotically optimal Brodal/Okasaki bootstrapped skew-binomial heaps from the paper \"Optimal Purely Functional Priority Queues\", extended with a Foldable interface. + </longdescription> +</pkgmetadata> |