Skip to content

Commit c904d0d

Browse files
authored
nimproto3 (#3158)
1 parent e5ef4c7 commit c904d0d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
[
2+
{
3+
"name": "nimproto3",
4+
"url": "https://github.com/YesDrX/nimproto3",
5+
"method": "git",
6+
"tags": [
7+
"protobuf",
8+
"grpc"
9+
],
10+
"description": "A Nim implementation of Protocol Buffers 3 (proto3) with support for parsing .proto files, generating Nim code, serializing/deserializing data in both binary (protobuf wire format) and JSON formats, and gRPC server/client.",
11+
"license": "MIT",
12+
"web": "https://github.com/YesDrX/nimproto3"
13+
},
214
{
315
"name": "owasp_encoder",
416
"url": "https://github.com/superkelvint/owasp-encoder-nim",

0 commit comments

Comments
 (0)