KaisarCode

KCLib

kclib is a set of small native C libraries and CLI tools. Each project is maintained as an independent primitive with its own source tree, README, tests, build outputs, and public C API.

The suite favors simple command-line interfaces, embeddable library entry points, deterministic build artifacts, and portable implementations. Projects may vendor focused dependencies when the domain requires them.

You can Explore the projects below.

Explorar

wch.c

Portable native file change notification tool that emits add, upd, and del events.

tpm.c

C library and CLI for comparing text similarity against a reference profile.

tpl.c

String-based template renderer with includes, scoped variables, and control directives.

mdp.c

Markdown parser that extracts YAML frontmatter and renders HTML fragments.

ipa.c

Compact island parser that matches text spans against a schema of named nodes.

init.c

Persistent startup registration for named commands via OS filesystem primitives.

chml.c

ChatML message wrapper that reads stdin and wraps content in a system, assistant, or user message.

chat.c

Interactive chat loop that delegates stdin input to a shell command via pipe.