From e8b35582b61b542ccccb2f952f5dc6d0373b5742 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Mon, 17 Mar 2025 14:13:29 +0100 Subject: [PATCH] lml 0.1.0 (via `alr publish`) (#1437) --- index/lm/lml/lml-0.1.0.toml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 index/lm/lml/lml-0.1.0.toml diff --git a/index/lm/lml/lml-0.1.0.toml b/index/lm/lml/lml-0.1.0.toml new file mode 100644 index 00000000..1b4fe1e5 --- /dev/null +++ b/index/lm/lml/lml-0.1.0.toml @@ -0,0 +1,25 @@ +name = "lml" +description = "Lightweight Markup Language conversions" +version = "0.1.0" + +authors = ["Alejandro R. Mosteo"] +maintainers = ["Alejandro R. Mosteo "] +maintainers-logins = ["mosteo"] +licenses = "MIT OR Apache-2.0 WITH LLVM-exception" +website = "" +tags = ["markup", "language", "conversion", "json", "yaml", "toml"] + +[[actions]] +type = "test" +directory = "test" +command = ["alr", "run"] + +[[depends-on]] +ada_toml = "~0.4.0" +yeison_12 = "~0.2.0" +json = "^6.0.0" + +[origin] +commit = "34b9824dcf6cbe1c8d71bbff16539afa938ef48a" +url = "git+https://github.com/mosteo/lml_ada.git" +