From 44804126d1bc52e58a81bf3bb2d621bb4781f653 Mon Sep 17 00:00:00 2001 From: Rod Kay Date: Tue, 23 Jun 2026 18:32:27 +1000 Subject: [PATCH] lace_xml 1.0.0 (via `alr publish`) (#1968) Co-authored-by: Alejandro R Mosteo --- index/la/lace_xml/lace_xml-1.0.0.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 index/la/lace_xml/lace_xml-1.0.0.toml diff --git a/index/la/lace_xml/lace_xml-1.0.0.toml b/index/la/lace_xml/lace_xml-1.0.0.toml new file mode 100644 index 00000000..2274d956 --- /dev/null +++ b/index/la/lace_xml/lace_xml-1.0.0.toml @@ -0,0 +1,22 @@ +name = "lace_xml" +description = "Provides simple XML read/write support." +version = "1.0.0" + +authors = ["Rod Kay"] +maintainers = ["Rod Kay "] +maintainers-logins = ["charlie5"] + +licenses = "ISC" +website = "https://github.com/charlie5/lace" + +project-files = ["library/xml.gpr"] + +[[depends-on]] +lace_shared = "^1.0.0" +libexpat = "*" + +[origin] +commit = "934d277661e0ed8bdc2013f9fe24ac00c99a544c" +subdir = "./1-base/xml/" +url = "git+https://github.com/charlie5/lace.git" +