aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json14
1 files changed, 13 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index dd9862a..4480117 100644
--- a/packages.json
+++ b/packages.json
@@ -9307,7 +9307,7 @@
"pqcrypto",
"signing"
],
- "description": "SPHINCS\u207A stateless hash-based signature scheme",
+ "description": "SPHINCSâș stateless hash-based signature scheme",
"license": "MIT",
"web": "https://github.com/ehmry/nim-sphincs"
},
@@ -11707,5 +11707,17 @@
"description": "Postgres Database ORM for Nim",
"license": "MIT",
"web": "https://github.com/juancarlospaco/nim-gatabase"
+ },
+ {
+ "name": "awslambda",
+ "url": "https://github.com/lambci/awslambda.nim",
+ "method": "git",
+ "tags": [
+ "aws",
+ "lambda"
+ ],
+ "description": "A package to compile nim functions for AWS Lambda",
+ "license": "MIT",
+ "web": "https://github.com/lambci/awslambda.nim"
}
]