From 5ce254b61f1650f96b971b0663f7a9e06c4df4b8 Mon Sep 17 00:00:00 2001 From: Nicolas Roche Date: Mon, 2 Feb 2026 12:08:54 +0100 Subject: [PATCH] nstd 0.3.0 (#1791) Co-authored-by: Nicolas Roche --- index/ns/nstd/nstd-0.3.0.toml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 index/ns/nstd/nstd-0.3.0.toml diff --git a/index/ns/nstd/nstd-0.3.0.toml b/index/ns/nstd/nstd-0.3.0.toml new file mode 100644 index 00000000..aa055984 --- /dev/null +++ b/index/ns/nstd/nstd-0.3.0.toml @@ -0,0 +1,26 @@ +name = "nstd" +description = "Non-Standard Libraries" +version = "0.3.0" + +authors = ["Nicolas Roche"] +maintainers = ["Nicolas Roche "] +maintainers-logins = ["nikokrock"] +licenses = "Apache-2.0 WITH LLVM-exception" +website = "https://nikokrock.github.io/nstd/" +tags = ["strings", "utf-8", "unicode"] + +[[actions]] +[actions.'case(os)'.windows] + +type="pre-build" +command=["python.exe", "./nstd.gpr.py", "build", "--configure-only", "--enable-constant-updates"] + +[actions.'case(os)'.'...'] +type="pre-build" +command=["python3", "./nstd.gpr.py", "build", "--configure-only", "--enable-constant-updates"] + +[origin] +commit = "43e6dff301b91caac9ab610c37bfee2d43ba253e" +subdir = "./nstd/" +url = "git+https://github.com/Nikokrock/nstd" +