Metadata-Version: 2.5
Name: dikolab-horde-plugin-c
Version: 0.0.1
Summary: The horde plugin for C — CMake and Conan, with one shared dependency manifest.
Project-URL: Homepage, https://diko316.gitlab.io/dikolab-horde/
Project-URL: Documentation, https://diko316.gitlab.io/dikolab-horde/
Project-URL: Funding, https://paypal.me/dikolab
Author-email: Diko TechSlave <diko316@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: c,cmake,conan,horde,monorepo,plugin
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Build Tools
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: dikolab-horde-common>=0.0.1
Requires-Dist: dikolab-horde-sdk>=0.0.1
Description-Content-Type: text/markdown

# dikolab-horde-plugin-c

The horde plugin for C — it will manage C packages built with CMake and resolved with Conan. **This release is a
placeholder that reserves the name.** The C plugin is specified in full in
horde's architecture documentation, but it is not written yet.

> **Status: placeholder.** `0.0.1` implements **no commands**. It starts, reports
> `c is under construction.` to horde, and serves nothing. Installing it
> registers the plugin name and nothing else.

## Getting started

```sh
horde use c
```

Python 3.11 or newer, and horde itself.

It declares no required tools, so `horde use c` will not ask you to install
`cmake` and `conan`. A plugin normally declares every tool it can invoke; this one
invokes none, and declaring a toolchain to run a placeholder would be a barrier
for no benefit. That changes when the real plugin lands.

## More reading

Full documentation, guides, and the plugin authoring manual:
https://diko316.gitlab.io/dikolab-horde/

## Support

If horde saves you time, you can support its development:
https://paypal.me/dikolab

---

© 2025–2026 dikolab. Released under the MIT License.
