* update ocaml to 4.14.2-1.1

This commit is contained in:
Alexander Baldeck 2024-12-13 12:01:36 +01:00
parent 35391c6fa5
commit 49b2f0031d
2 changed files with 25 additions and 1 deletions

24
ocaml/ocaml/.SRCINFO Normal file
View File

@ -0,0 +1,24 @@
pkgbase = ocaml
pkgdesc = A functional language with OO extensions
pkgver = 5.2.0
pkgrel = 1
url = https://caml.inria.fr/
arch = x86_64
license = LGPL2.1
license = custom: QPL-1.0
makedepends = ncurses>=5.6-7
optdepends = ncurses: advanced ncurses features
optdepends = tk: advanced tk features
options = !makeflags
options = !emptydirs
options = staticlibs
source = https://caml.inria.fr/distrib/ocaml-5.2/ocaml-5.2.0.tar.xz
sha512sums = 6c2376777f0ec567fc414d534cba65e5f2120f7c766de25f36bbf80260e882f5d1c94c2ce8e12f2b2982097089c6e8f928f26dbc0b559a0463e7dcdd8baf20fe
pkgname = ocaml
pkgname = ocaml-compiler-libs
pkgdesc = Several modules used internally by the OCaml compiler
license = custom: QPL-1.0
depends = ocaml
optdepends =

View File

@ -4,7 +4,7 @@
pkgbase='ocaml'
pkgname=('ocaml' 'ocaml-compiler-libs')
pkgver=4.14.2
pkgrel=1
pkgrel=1.1
pkgdesc="A functional language with OO extensions"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=('LGPL2.1' 'custom: QPL-1.0')