Metadata-Version: 2.1
Name: cao-lang
Version: 0.1.88
Summary: The node based 'language' that governs the actors of the game Cao-Lo
Home-page: https://github.com/caolo-game/cao-lang
Author: Daniel Kiss
Author-email: littlesnorrboy@gmail.com
Project-URL: Bug Tracker, https://github.com/caolo-game/cao-lang/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Rust
Description-Content-Type: text/markdown
License-File: LICENSE

# Cao-Lang

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/caolo-game/cao-lang/Cao-Lang%20tests)
![MIT license](https://img.shields.io/github/license/caolo-game/cao-lang)
![Crates.io version](https://img.shields.io/crates/v/cao-lang)
![PyPI version](https://img.shields.io/pypi/v/cao-lang)
![npm version](https://img.shields.io/npm/v/@caolo-game/cao-lang-wasm)

The node based "language" that governs the actors in the game CaoLo

[Core documentation](https://docs.rs/cao_lang/)

## Project layout

```
 |+ cao-lang/           # core library
 |+ c/                  # C interface
 |+ py/                 # Python interface
 |+ wasm/               # WASM interface
 |+ xtask/              # Additional scripts via Cargo
 |  CHANGELOG.md        # Changelog
 |  CMakeLists.txt      # Root cmake file
 |  MANIFEST.in         # Python build dependency
 |  pyproject.toml      # Python build dependency
 |  README.md
 |  setup.py            # Python build dependency
 |  tox.ini             # Python testing dependency
 |  cliff.toml          # git-cliff config
```
