An alleged daily mirror of Neko's mastodont-c library for Treebird https://code.nekobit.net/fossil/mastodont-c/home
Go to file
nekobit 8e28c5679a Install directory
FossilOrigin-Name: f6b0953025c21cd45369b8f8bc11bd5b189426ad400f0554eb4731fa4532a098
2023-03-27 02:51:16 +00:00
.fossil-settings Switch to premake4 for compat 2023-03-23 11:49:29 +00:00
include More bugs and debugging process 2023-03-07 03:17:30 +00:00
libs/cjson use local cJSON dep 2022-06-05 19:23:52 +00:00
src Fix fetch function time issue. Fix EFL test fetching 2023-03-07 22:47:34 +00:00
tests Play around with Premake build system 2023-03-17 03:13:03 +00:00
Doxyfile Docs 2022-06-26 06:04:41 +00:00
LICENSE Bump 2023-03-23 11:49:52 +00:00
mastodont.pc pkg-config Requires 2023-03-23 14:23:54 +00:00
premake4.lua Install directory 2023-03-27 02:51:16 +00:00
README.md Play around with Premake build system 2023-03-17 03:13:03 +00:00

Mastodont-c

  • NOTE: API is not stable yet. Please be patient.

Mastodont-c is a C library to access the Mastodon API and it's variants (Pleroma, Akkoma, Soapbox).

It was written in C due to it's portability. It's designed to be used in Treebird, but it can be used in other programs as well. In fact, there are tests specifically designed to showcase it's power

Build system

Mastodont-c uses a pretty quirky build system called Premake5 mainly just to make me happy and for portability. I plan on writing some neat little Java bindings for this library someday to see if I can expand it onto other platforms :-)

On UNIX-like systems...

$ premake5 gmake

(Silly systems can use --os bsd to force it)

Documentation

Documentation is essentially non-existant, but this will improve over time.