From 4b7b91fdfa32e4c2e9ec60cecb28c8396d66b627 Mon Sep 17 00:00:00 2001 From: pesde index updater Date: Sun, 23 Feb 2025 12:38:32 +0000 Subject: [PATCH] add caveful_games/stringdiff@0.2.0-rc.1 luau --- caveful_games/stringdiff | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/caveful_games/stringdiff b/caveful_games/stringdiff index aa1c49b..2b86585 100644 --- a/caveful_games/stringdiff +++ b/caveful_games/stringdiff @@ -9,3 +9,18 @@ repository = "https://github.com/CavefulGames/stringdiff" environment = "roblox" lib = "src/lib.luau" build_files = ["src"] + +["0.2.0-rc.1 luau"] +published_at = "2025-02-23T12:38:32.377517052Z" +description = "A string similarity metric diffing algorithm invented by splinestein for primitive chat bot use. Modified and uploaded for pesde" +license = "MIT" +authors = ["Spline", "jiwonz "] +repository = "https://github.com/CavefulGames/stringdiff" + +["0.2.0-rc.1 luau".target] +environment = "luau" +lib = "src/lib.luau" + +["0.2.0-rc.1 luau".engines] +pesde = "^0.6.0" +lune = "^0.8.9"