From a7f16ee3f289d8b240ba3a2c2f9cbd2685c3a12c Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Fri, 21 Mar 2025 20:09:25 +0100 Subject: [PATCH] strategy 0.1.0 (#1448) --- index/st/strategy/strategy-0.1.0.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 index/st/strategy/strategy-0.1.0.toml diff --git a/index/st/strategy/strategy-0.1.0.toml b/index/st/strategy/strategy-0.1.0.toml new file mode 100644 index 00000000..689d7908 --- /dev/null +++ b/index/st/strategy/strategy-0.1.0.toml @@ -0,0 +1,17 @@ +name = "strategy" +description = "Property-based testing framework" +version = "0.1.0" + +authors = ["Fabien Chouteau"] +maintainers = ["Fabien Chouteau "] +maintainers-logins = ["Fabien-Chouteau"] +licenses = "MIT OR Apache-2.0 WITH LLVM-exception" +website = "" +tags = ["test", "property", "testing"] + +[configuration.variables] +Enable_Oneof = { type = "Boolean", default = false } +[origin] +commit = "d30506c53e2247309e6cc2843ebc7917555f5a00" +url = "git+https://github.com/Fabien-Chouteau/strategy.git" +