diff options
author | Daniel Peukert | 2023-08-11 12:38:56 +0200 |
---|---|---|
committer | Daniel Peukert | 2023-08-11 12:38:56 +0200 |
commit | dff880e156ea0dd8d0f789338957d626b7c43fa8 (patch) | |
tree | cef18bdc84b44e83e523f08aa28d4111a8c35f4a /.SRCINFO | |
parent | e44bcde8d670f6be0b20fa0ce87067ea62a177bc (diff) | |
download | aur-dff880e156ea0dd8d0f789338957d626b7c43fa8.tar.gz |
Add ocaml-core_unix
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 33 |
1 files changed, 17 insertions, 16 deletions
@@ -1,26 +1,27 @@ pkgbase = ocaml-core_unix - pkgdesc = Unix-specific extensions to some of the modules defined in core and core_kernel. - pkgver = 0.15.0 + pkgdesc = Unix-specific extensions to some of the modules defined in ocaml-core and ocaml-core_kernel + pkgver = 0.16.0 pkgrel = 1 epoch = 1 url = https://github.com/janestreet/core_unix arch = x86_64 - arch = i686 + arch = aarch64 license = MIT makedepends = dune>=2.0.0 - depends = ocaml>=4.08.0 - depends = ocaml-core>=0.15 - depends = ocaml-core_kernel>=0.15 - depends = ocaml-expect_test_helpers_core>=0.15 - depends = ocaml-jane-street-headers>=0.15 - depends = ocaml-jst-config>=0.15 - depends = ocaml-intrinsics>=0.15 - depends = ocaml-ppx_jane>=0.15 - depends = ocaml-sexplib>=0.15 - depends = ocaml-timezone>=0.15 - depends = ocaml-spawn>=0.15 + depends = ocaml>=4.14.0 + depends = ocaml-core>=0.16.0 + depends = ocaml-core_kernel>=0.16.0 + depends = ocaml-expect_test_helpers_core>=0.16.0 + depends = ocaml-intrinsics>=0.16.0 + depends = ocaml-jane-street-headers>=0.16.0 + depends = ocaml-jst-config>=0.16.0 + depends = ocaml-ppx_jane>=0.16.0 + depends = ocaml-ppx_optcomp>=0.16.0 + depends = ocaml-sexplib>=0.16.0 + depends = ocaml-spawn>=0.15.0 + depends = ocaml-timezone>=0.16.0 options = !strip - source = ocaml-core_unix-1:0.15.0-1.tar.gz::https://github.com/janestreet/core_unix/archive/v0.15.0.tar.gz - sha512sums = eeb53bd0c06a7d1facfb133f0a45a232d57941eff644d4ed6c2d5002acd4e6b323376ec9c05838f760ebd9da3fbc39332989ed50b3921191c175811c947fcbfe + source = ocaml-core_unix-0.16.0.tar.gz::https://github.com/janestreet/core_unix/archive/v0.16.0.tar.gz + sha512sums = e38a126af832360f0e0079919b930f3fa99b02935c35372b1ed8c7e174af335de2f4dcb8da90be8f9f524542752dd5c62ec6192eb327d7cc6313b7402b0f7f65 pkgname = ocaml-core_unix |