* lwt 1.0.0 (via `alr publish`)

* Update lwt-1.0.0.toml to remove MacOS-specific flags

The MacOS-specific flag "-ld_classic" and also a weirdly-named extraneous file (":wq").

* Dependency on libgomp on Windows

---------

Co-authored-by: Alejandro R Mosteo <amosteo@unizar.es>
This commit is contained in:
S. Tucker Taft
2025-07-18 11:20:25 -04:00
committed by GitHub
parent 3bd531756d
commit 2b4b143114
+21
View File
@@ -0,0 +1,21 @@
name = "lwt"
description = "Light-weight Threading Library implementing Ada 2022 parallel features"
version = "1.0.0"
authors = ["S. Tucker Taft"]
maintainers = ["S. Tucker Taft <taft@adacore.com>"]
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 = "52d79fd189aab847401260446f1cc271d315fd7e"
subdir = "./lwt/"
url = "git+https://github.com/parasail-lang/parasail.git"