aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:37 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:37 +0000
commit48a636dcc0a6e6cba8df5c340fd85f60f05456a8 (patch)
treefaf660709ed5b4f3c0e5948294bed02a0414e7d0 /README
parent336a131d29c3d06442030cf4ea5a1cabc18e0a2c (diff)
downloadyoubroketheinternet-overlay-48a636dcc0a6e6cba8df5c340fd85f60f05456a8.tar.gz
youbroketheinternet-overlay-48a636dcc0a6e6cba8df5c340fd85f60f05456a8.zip
brand new ebuild for agensgraph, copy of cayley
Diffstat (limited to 'README')
-rw-r--r--README34
1 files changed, 25 insertions, 9 deletions
diff --git a/README b/README
index 8c67da6..58b3e63 100644
--- a/README
+++ b/README
@@ -69,18 +69,21 @@ from command line just like you can when drag+dropping folders
69into each other with a GUI file manager. How could we exist 69into each other with a GUI file manager. How could we exist
70without this all these years? 70without this all these years?
71 71
72== dev-perl/Net-PSYC == 72== dev-db/cayley ==
73 73
74Perl implementation of the PSYC protocol together with 74A graph database written in Go. Borrowed the ebuild from
75jm-overlay. Version 0.5.0 looks sloppy and buggy.
75 76
76- git2psyc: git hook to deliver PSYC notifications on commit 77== dev-db/agensgraph ==
77- psycion: curses based PSYC client
78- psycmp3: PSYC-controllable console mp3 player
79- remotor: text-based remote control for Tor routers
80- syslog2psyc: forwarding of syslog events via PSYC
81 78
82and several more nifty tools for automation of 79A transactional graph database based on PostgreSQL. In fact
83notification and messaging. 80it comes with its own version of postgresql so it probably
81cannot be installed on the same system with a regular pgsql.
82AgensGraph is a multi-model database, which supports the
83relational and graph data model at the same time that enables
84developers to integrate the legacy relational data model and
85the flexible graph data model in one database. AgensGraph
86is written in C and has close to no dependencies.
84 87
85== dev-lang/psyclpc == 88== dev-lang/psyclpc ==
86 89
@@ -92,6 +95,19 @@ implementing Multi-User Dungeon games (MUDs).
92The regular portage openssl files disallow the use of certain 95The regular portage openssl files disallow the use of certain
93elliptic curve cryptography that pybitmessage happens to need. 96elliptic curve cryptography that pybitmessage happens to need.
94 97
98== dev-perl/Net-PSYC ==
99
100Perl implementation of the PSYC protocol together with
101
102- git2psyc: git hook to deliver PSYC notifications on commit
103- psycion: curses based PSYC client
104- psycmp3: PSYC-controllable console mp3 player
105- remotor: text-based remote control for Tor routers
106- syslog2psyc: forwarding of syslog events via PSYC
107
108and several more nifty tools for automation of
109notification and messaging.
110
95== dev-qt/qzxing == 111== dev-qt/qzxing ==
96 112
97Qt library for QR code generation and decoding. Broken with 113Qt library for QR code generation and decoding. Broken with