From af7ffda6c5444822b3b8d1ad2fb9cc7fe61f2fca Mon Sep 17 00:00:00 2001 From: Eli Date: Thu, 20 Sep 2018 23:23:14 -0400 Subject: [PATCH] Add finals packges --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 5a96d1d..1500d82 100644 --- a/packages.json +++ b/packages.json @@ -10757,5 +10757,14 @@ "description": "Integrate nim projects in the C++Builder build process", "license": "MIT", "web": "https://github.com/AdrianV/nimcb" + }, + { + "name": "finals", + "url": "https://github.com/quelklef/nim-finals", + "method": "git", + "tags": ["types"], + "description": "Transparently declare single-set attributes on types.", + "license": "MIT", + "web": "https://github.com/Quelklef/nim-finals" } ]