diff options
| author | Eli <elimaynard923@gmail.com> | 2018-09-20 23:23:14 -0400 |
|---|---|---|
| committer | Eli <elimaynard923@gmail.com> | 2018-09-20 23:23:14 -0400 |
| commit | af7ffda6c5444822b3b8d1ad2fb9cc7fe61f2fca (patch) | |
| tree | c1db77845e96d7ff309117472513409275ab295a | |
| parent | 315b0435f6034ab65caeb59fe90f76898e25a42f (diff) | |
| download | packages-af7ffda6c5444822b3b8d1ad2fb9cc7fe61f2fca.tar.gz packages-af7ffda6c5444822b3b8d1ad2fb9cc7fe61f2fca.zip | |
Add finals packges
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
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" } ] |
