From 466b72416f4921b300cc95d6621f1b37439b9d8b Mon Sep 17 00:00:00 2001 From: Jon <19672868+docandrew@users.noreply.github.com> Date: Mon, 23 Jun 2025 03:39:38 -0600 Subject: [PATCH] aho_corasick 0.2.0 (#1510) --- index/ah/aho_corasick/aho_corasick-0.2.0.toml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 index/ah/aho_corasick/aho_corasick-0.2.0.toml diff --git a/index/ah/aho_corasick/aho_corasick-0.2.0.toml b/index/ah/aho_corasick/aho_corasick-0.2.0.toml new file mode 100644 index 00000000..1163744c --- /dev/null +++ b/index/ah/aho_corasick/aho_corasick-0.2.0.toml @@ -0,0 +1,20 @@ +name = "aho_corasick" +description = "Aho-Corasick Implementation" +version = "0.2.0" + +authors = ["docandrew"] +maintainers = ["docandrew "] +maintainers-logins = ["docandrew"] +licenses = "MIT OR Apache-2.0 WITH LLVM-exception" +website = "" +tags = ["strings", "search", "matching", "intrusion", "aho-corasick"] + +# project-files = ["aho_corasick.gpr", "sparklib.gpr"] + +[[depends-on]] +gnatprove = "^15.1.0" + +[origin] +commit = "e7132ae19b4ecc372ccff0a90a77582a9af7e3b3" +url = "git+https://github.com/docandrew/aho_corasick.git" +