blob: bdbc7c6bca42cf82ad825759713839a90552f673 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEFINED_PHASES=compile install
DEPEND=>=dev-lang/ocaml-4.07:=[ocamlopt?] >=sys-libs/zlib-1.1.3 >=dev-ml/findlib-1.0.4-r1
DESCRIPTION=Compressed file access ML library (ZIP, GZIP and JAR)
EAPI=7
HOMEPAGE=https://github.com/xavierleroy/camlzip
INHERIT=findlib
IUSE=+ocamlopt +ocamlopt
KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86
LICENSE=LGPL-2.1
RDEPEND=>=dev-lang/ocaml-4.07:=[ocamlopt?] >=sys-libs/zlib-1.1.3 dev-lang/ocaml:=[ocamlopt?]
SLOT=1/1.11
SRC_URI=https://github.com/xavierleroy/camlzip/archive/rel111.tar.gz -> camlzip-1.11.tar.gz
_eclasses_=findlib e6df6108c2d753998b1206f4d5ea4a2d
_md5_=633702732a6c6838dc2959d5c4650e8e
|