blob: 37805aad06af8597ba83279eb78e98d5fd4e3ec1 (
plain)
1
2
3
4
5
6
7
8
|
DESCRIPTION = "Objective Caml Compiler"
SECTION = "devel"
LICENSE = "QPL"
SRC_URI = "http://caml.inria.fr/distrib/ocaml-${PV}/ocaml-${PV}.tar.gz"
S = "${WORKDIR}/ocaml-${PV}"
inherit autotools native
|