diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-16 23:34:01 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-16 23:34:01 +0300 |
commit | 8f1960608064a0bcfa75c0493c4081b1cf3d3e8b (patch) | |
tree | 6b4def457f2397e1a20a8ad00cea817f11b81674 /core/byacc | |
parent | b4cc6d2557b5c886aafbebaec2da2c138800ae41 (diff) | |
download | repository-8f1960608064a0bcfa75c0493c4081b1cf3d3e8b.tar.gz |
byacc: add meta file
Diffstat (limited to 'core/byacc')
-rw-r--r-- | core/byacc/meta | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/byacc/meta b/core/byacc/meta new file mode 100644 index 00000000..5986e5b1 --- /dev/null +++ b/core/byacc/meta @@ -0,0 +1,3 @@ +description: Berkeley yacc +license: Public Domain +maintainer: Cem Keylan <cem@ckyln.com> |