site/index.adoc

54 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

2020-05-16 04:35:40 +00:00
= irctokens
hello there
2020-05-19 00:08:06 +00:00
this is the project page for a collection of irc libraries
and eventually clients.
2021-09-23 16:12:10 +00:00
come chat on irc with us: https://web.libera.chat/#irctokens[#irctokens]
2020-05-25 04:43:50 +00:00
2021-09-23 16:24:59 +00:00
all repos will be mirrored on the https://tildegit.org/irctokens[tildegit org].
2020-05-16 04:35:40 +00:00
the canonical source is the python version:
== python
irctokens::
* https://github.com/jesopo/irctokens[source]
* https://pypi.org/project/irctokens/[pip]
ircstates::
* https://github.com/jesopo/ircstates[source]
* https://pypi.org/project/ircstates/[pip]
ircrobots::
* https://github.com/jesopo/ircrobots[source]
* https://pypi.org/project/ircrobots/[pip]
== c# port
ircsharp::
2020-11-05 15:41:50 +00:00
* https://tildegit.org/irctokens/ircsharp[source]
2020-05-16 04:35:40 +00:00
* https://www.nuget.org/packages/IRCTokens/[IRCTokens package]
* https://www.nuget.org/packages/IRCStates/[IRCStates package]
2021-09-23 16:10:27 +00:00
== js port
irctokens::
* https://github.com/swantzter/irctokens-js[source]
* https://www.npmjs.com/package/irctokens[npm]
ircstates::
* https://github.com/swantzter/ircstates-js[source]
2023-03-21 21:59:18 +00:00
== rust port
irctokens::
* https://github.com/jesopo/irctokens-rs[source]
2023-03-23 16:52:18 +00:00
* https://crates.io/crates/irctokens[crate]
2023-03-24 17:19:30 +00:00
== java port
irctokens::
* https://github.com/examknow/irctokens-java[source]
* maven central link coming soon!