From 5540fd94424b8f3908b1b8920bf87034bc92896f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kyle=20=F0=9F=90=86?= Date: Sun, 14 Dec 2025 10:41:14 -0500 Subject: [PATCH] Add libnostr-z package and nostr tag --- packages/libnostr-z.json | 11 +++++++++++ tags/nostr.json | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 packages/libnostr-z.json create mode 100644 tags/nostr.json diff --git a/packages/libnostr-z.json b/packages/libnostr-z.json new file mode 100644 index 0000000..4fd734f --- /dev/null +++ b/packages/libnostr-z.json @@ -0,0 +1,11 @@ +{ + "author": "PrivKey", + "description": "A Zig library for the Nostr protocol with event parsing, signing, filters, and relay message handling.", + "git": "https://github.com/privkeyio/libnostr-z", + "root_file": "/src/root.zig", + "tags": [ + "crypto", + "networking", + "nostr" + ] +} diff --git a/tags/nostr.json b/tags/nostr.json new file mode 100644 index 0000000..5968286 --- /dev/null +++ b/tags/nostr.json @@ -0,0 +1,3 @@ +{ + "description": "Libraries for the Nostr protocol" +}