diff options
| author | Matthew Hall <hallmatthew314@gmail.com> | 2023-03-07 01:30:02 +1300 |
|---|---|---|
| committer | Matthew Hall <hallmatthew314@gmail.com> | 2023-03-07 01:30:02 +1300 |
| commit | 14013d04f5023e68b5a804c3735e909241795878 (patch) | |
| tree | d4624f3dd19db4ba5600bfc72d91500ea58f73c0 /shard.yml | |
Initial
Diffstat (limited to 'shard.yml')
| -rw-r--r-- | shard.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shard.yml b/shard.yml new file mode 100644 index 0000000..e6fd943 --- /dev/null +++ b/shard.yml @@ -0,0 +1,11 @@ +name: parcom +version: 0.1.0 + +description: Simple parser combinator library + +authors: + - Matthew Hall <matthew@matthewhall.xyz> + +crystal: 1.7.2 + +license: MIT |
