diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-09-22 10:39:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-22 10:39:25 +0100 |
| commit | 815835514ab82779dba45691dfeb9850072cb734 (patch) | |
| tree | c1db77845e96d7ff309117472513409275ab295a | |
| parent | 315b0435f6034ab65caeb59fe90f76898e25a42f (diff) | |
| parent | af7ffda6c5444822b3b8d1ad2fb9cc7fe61f2fca (diff) | |
| download | packages-815835514ab82779dba45691dfeb9850072cb734.tar.gz packages-815835514ab82779dba45691dfeb9850072cb734.zip | |
Merge pull request #863 from Quelklef/master
Add finals package
| -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" } ] |
