mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 16:13:21 -04:00
14 lines
311 B
Bash
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"
|