https://github.com/jshrake/c-plasma
https://github.com/jshrake/c-plasma
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jshrake/c-plasma
- Owner: jshrake
- Created: 2024-05-05T14:45:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-11T14:16:29.000Z (12 months ago)
- Last Synced: 2025-11-07T02:01:34.195Z (8 months ago)
- Language: CMake
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# c-plasma [](https://github.com/jshrake/c-plasma/actions/workflows/main.yml)
Pre-built static libraries of C [plasma](https://github.com/zeugma-hamper/plasma/) for various platforms. You can find the build artifacts in the [latest release](https://github.com/jshrake/c-plasma/releases/tag/v0.0.5).
| Platform | Library | Binaries | Yaml |
|------------------ |:-------: |:----------: |:----: |
| linux (x86-64) | ✅ | ✅ | ✅ |
| macos (arm64) | ✅ | ✅ | ✅ |
| ios | ✅ | ❌ | ❌ |
| windows (x86-64) | ❌ | ❌ | ❌ |
The goal of this repo is to make it easy to build language-specific bindings for plasma across multiple platforms by combining C libLoam and libPlasma into a single pre-built static library.