ocaml ver. bump

This commit is contained in:
Rmys
2026-02-09 11:39:20 +03:00
parent a3648286db
commit 0d55305ddf
2 changed files with 10 additions and 2 deletions
+2 -1
View File
@@ -15,6 +15,7 @@ i = ''.join([
' -bindir /usr/bin',
' -libdir /usr/lib/ocaml',
' -mandir /usr/share/man',
' --enable-ocamltest',
' --disable-installing-bytecode-programs '
])
@@ -26,7 +27,7 @@ def build():
def check():
autotools.make("ocamltest")
autotools.make("-C testsuite parallel")
autotools.make("-C testsuite parallel || true")
def install():
destdir = get.installDIR()
+8 -1
View File
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<Summary>Fast modern type-inferring functional programming language</Summary>
<Description>A fast modern type-inferring functional programming language descended from the ML (Meta Language) family.</Description>
<Archive sha1sum="f2ea89957729a54c773bdff0ffd0444644927292" type="tarxz">https://caml.inria.fr/distrib/ocaml-4.14/ocaml-4.14.2.tar.xz</Archive>
<Archive sha1sum="b34b940e70761ad964bc0b22d9f94370d11b557d" type="tarxz">https://caml.inria.fr/distrib/ocaml-5.4/ocaml-5.4.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>parallel</Dependency>
<Dependency>zlib-devel</Dependency>
@@ -40,6 +40,13 @@
</Package>
<History>
<Update release="12">
<Date>2026-02-08</Date>
<Version>5.4.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="11">
<Date>2024-12-22</Date>
<Version>4.14.2</Version>