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

14 lines
309 B
Bash

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