dev-ml/ocaml-doc - 4.05 (gentoo)

Search

Package Information

Description:
Ocaml reference manual (html)
Homepage:
https://caml.inria.fr/pub/docs/manual-ocaml/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
4.05 7 amd64 ~ppc x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Ocaml reference manual (html)"
HOMEPAGE="https://caml.inria.fr/pub/docs/manual-ocaml/"
SRC_URI="https://caml.inria.fr/pub/distrib/ocaml-${PV}/ocaml-${PV}-refman-html.tar.gz"
S="${WORKDIR}"/htmlman

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"

src_install() {
	docinto html
	dodoc -r *
}

pkg_postinst() {
	elog "This manual is available online at https://caml.inria.fr/pub/docs/manual-ocaml/"
}

Manifest for 4.05

Type File Size Source URLs
DIST ocaml-4.05-refman-html.tar.gz 882419 bytes https://caml.inria.fr/pub/distrib/ocaml-4.05/ocaml-4.05-refman-html.tar.gz