From 3eded0f0c9d6cf734e455f624fad0b50f43d7333 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Mon, 28 Apr 2025 10:30:06 +0200 Subject: [PATCH] c_strings 1.1.0 (via `alr publish`) (#1463) --- index/c_/c_strings/c_strings-1.1.0.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 index/c_/c_strings/c_strings-1.1.0.toml diff --git a/index/c_/c_strings/c_strings-1.1.0.toml b/index/c_/c_strings/c_strings-1.1.0.toml new file mode 100644 index 00000000..cb5efbdd --- /dev/null +++ b/index/c_/c_strings/c_strings-1.1.0.toml @@ -0,0 +1,18 @@ +name = "c_strings" +description = "Manage Ada <-> C string conversions conveniently" +version = "1.1.0" + +authors = ["Alejandro R. Mosteo"] +maintainers = ["Alejandro R. Mosteo "] +maintainers-logins = ["mosteo"] +licenses = "MIT OR Apache-2.0 WITH LLVM-exception" +website = "" +tags = ["string", "conversion", "c"] + +[configuration] +disabled = true + +[origin] +commit = "13e65b8815cb9b1737af53ba3e27222072b6c767" +url = "git+https://github.com/mosteo/cstrings.git" +