diff options
author | Daniel Peukert | 2025-02-19 17:29:21 +0100 |
---|---|---|
committer | Daniel Peukert | 2025-02-19 17:29:21 +0100 |
commit | 5c18fe11b414152a5165a7c5a98d685062791904 (patch) | |
tree | b85eaf2f58b205ccdd7a2a673304e1f8c4e787d2 /.SRCINFO | |
download | aur-ocaml-eio.tar.gz |
[ocaml-inotify] Add new dependencies, update to 2.6
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 000000000000..241d58e900e9 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,34 @@ +pkgbase = ocaml-eio + pkgdesc = Effects-based direct-style IO for multicore OCaml + pkgver = 1.2 + pkgrel = 1 + url = https://github.com/ocaml-multicore/eio + arch = x86_64 + arch = aarch64 + license = BSD-3-Clause AND ISC + checkdepends = ocaml-alcotest>=1.7.0 + checkdepends = ocaml-cmdliner>=1.1.0 + checkdepends = ocaml-crowbar>=0.2 + checkdepends = ocaml-dscheck>=0.1.0 + checkdepends = ocaml-kcas>=0.3.0 + checkdepends = ocaml-logs>=0.7.0 + checkdepends = ocaml-mdx>=2.4.1 + checkdepends = ocaml-yojson>=2.0.2 + makedepends = dune>=3.9.0 + depends = ocaml>=5.1.0 + depends = ocaml-bigstringaf>=0.9.0 + depends = ocaml-cstruct>=6.0.1 + depends = ocaml-domain-local-await>=0.1.0 + depends = ocaml-fmt>=0.8.9 + depends = ocaml-hmap>=0.8.1 + depends = ocaml-iomux>=0.2 + depends = ocaml-lwt-dllist + depends = ocaml-mtime>=2.0.0 + depends = ocaml-optint>=0.1.0 + depends = ocaml-psq>=0.2.0 + depends = ocaml-uring>=0.9 + options = !strip + source = ocaml-eio-1.2.tar.gz::https://github.com/ocaml-multicore/eio/archive/v1.2.tar.gz + b2sums = 1d2ea772a5399067df33dac9692374ebe6834912b7abc59d8612cc16c2365fe4b0a9602439a07985473f612ff953dabed7bb51e619fac7103dacd952373b954b + +pkgname = ocaml-eio |