From 2062388b51389ed5be75eecf1822c539a7df181c Mon Sep 17 00:00:00 2001 From: "S. Tucker Taft" Date: Thu, 24 Jul 2025 03:58:38 -0400 Subject: [PATCH] lwt 1.1.0 (#1552) * lwt 1.1.0 (via `alr publish`) * Update lwt-1.1.0.toml Added a dependence on libgomp for windows. --- index/lw/lwt/lwt-1.1.0.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 index/lw/lwt/lwt-1.1.0.toml diff --git a/index/lw/lwt/lwt-1.1.0.toml b/index/lw/lwt/lwt-1.1.0.toml new file mode 100644 index 00000000..abf85b2e --- /dev/null +++ b/index/lw/lwt/lwt-1.1.0.toml @@ -0,0 +1,23 @@ +name = "lwt" +description = "Light-weight Threading Library implementing Ada 2022 parallel features" +version = "1.1.0" + +authors = ["S. Tucker Taft"] +maintainers = ["S. Tucker Taft "] +maintainers-logins = ["sttaft"] +licenses = "Apache-2.0 WITH LLVM-exception" +website = "https://github.com/parasail-lang/parasail/tree/main/lwt" +tags = ["ada2022", "parallel", "openmp"] +project-files = ["lwt.gpr","examples/prj.gpr"] + + +[[depends-on]] +[depends-on."case(os)".windows] +libgomp = "*" + + +[origin] +commit = "144178df16d9f8a4fc25bc0cf27b2872bb79590b" +subdir = "./lwt/" +url = "git+https://github.com/parasail-lang/parasail.git" +