From 2ed269f1208bdec6b025a887181ccc65f5cf95ed Mon Sep 17 00:00:00 2001 From: David Ochoa Corrales Date: Sun, 6 Jul 2025 13:25:31 -0700 Subject: [PATCH] Added package nullable (#3065) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index b74e0dd..5868fe2 100644 --- a/packages.json +++ b/packages.json @@ -35638,6 +35638,22 @@ "license": "MIT", "web": "https://github.com/ferus-web/nim-ada" }, + { + "name": "nullable", + "url": "https://github.com/theDataFlowClub/nullable", + "method": "git", + "tags": [ + "nullable", + "null", + "types", + "utility", + "performance", + "value-types" + ], + "description": "An optimized and highly efficient Nullable / Optional type for Nim. Designed for performance-critical applications, it provides clear, functional-style handling of optional values, especially for value types, without reference overhead.", + "license": "MIT", + "web": "https://github.com/theDataFlowClub/nullable" + }, { "name": "nimcp", "url": "https://github.com/gokr/nimcp",