aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/lemon-parser-generator/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/lemon-parser-generator/vcpkg.json')
-rw-r--r--vcpkg/ports/lemon-parser-generator/vcpkg.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/ports/lemon-parser-generator/vcpkg.json b/vcpkg/ports/lemon-parser-generator/vcpkg.json
new file mode 100644
index 0000000..9e91f06
--- /dev/null
+++ b/vcpkg/ports/lemon-parser-generator/vcpkg.json
@@ -0,0 +1,15 @@
+{
+ "name": "lemon-parser-generator",
+ "version": "3.39.3",
+ "port-version": 1,
+ "description": "The Lemon program is an LALR(1) parser generator. It takes a context free grammar and converts it into a subroutine that will parse a file using that grammar.",
+ "homepage": "https://www.hwaci.com/sw/lemon/index.html",
+ "license": "blessing",
+ "supports": "native",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
+ ]
+}