about summary refs log tree commit diff
path: root/README.md
blob: af55f07faafee9a1ceeb8ba2eaf9c079522fc32c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Zsanett

Zsanett is a high-level interface for [embedding Janet] in [Zig].

## Copying

![GPLv3](https://www.gnu.org/graphics/gplv3-147x51.png)

Zsanett is free software: you can redistribute it and/or modify it
under the terms of the GNU [General Public License][lgplv3]
as published by the Free Software Foundation,
either version 3 of the License, or (at your option) any later version.

[embedding Janet]: https://janet-lang.org/capi/embedding.html
[Zig]: https://ziglang.org
[gplv3]: https://www.gnu.org/licenses/gpl-3.0.html