Files
guru/dev-ml/base-bytes/base-bytes-0.ebuild
Alessandro Barbieri 960422fad6 dev-ml/base-bytes: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2022-04-15 22:34:12 +02:00

14 lines
311 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Bytes library distributed with the OCaml compiler"
HOMEPAGE="https://opam.ocaml.org/packages/base-bytes/"
LICENSE="QPL-1.0 LGPL-2"
KEYWORDS="~amd64"
SLOT="0"
RDEPEND="dev-lang/ocaml"