From 14013d04f5023e68b5a804c3735e909241795878 Mon Sep 17 00:00:00 2001 From: Matthew Hall Date: Tue, 7 Mar 2023 01:30:02 +1300 Subject: Initial --- shard.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 shard.yml (limited to 'shard.yml') 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 + +crystal: 1.7.2 + +license: MIT -- cgit v1.2.1