diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-17 01:44:17 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-17 01:44:17 +0300 |
commit | c5079106e1407d5811e57ed17988139ae775134e (patch) | |
tree | e1d743a2a8a79a685c7f5128fbb4a8e4d2101559 /extra/bison | |
parent | 290f136be7bc4690816322d1ff318dddb781482a (diff) | |
download | repository-c5079106e1407d5811e57ed17988139ae775134e.tar.gz |
bison: add meta file
Diffstat (limited to 'extra/bison')
-rw-r--r-- | extra/bison/meta | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/bison/meta b/extra/bison/meta new file mode 100644 index 00000000..8d2a2e0e --- /dev/null +++ b/extra/bison/meta @@ -0,0 +1,3 @@ +description: GNU Yacc implementation +license: GPL-3.0+ +maintainer: Cem Keylan <cem@ckyln.com> |