diff options
| author | Bill Avery <wravery@users.noreply.github.com> | 2018-08-03 00:11:55 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-08-03 00:11:55 -0700 |
| commit | 09ccd053dbb0b48833fa82331d1fbdccd9cb054a (patch) | |
| tree | 4b52d11e9578c41bc00e0c6fd27407c40c0a7812 /ports/graphqlparser/CONTROL | |
| parent | c3d34e7d8e0c61da77e622ecbe887497c97d5d46 (diff) | |
| download | vcpkg-09ccd053dbb0b48833fa82331d1fbdccd9cb054a.tar.gz vcpkg-09ccd053dbb0b48833fa82331d1fbdccd9cb054a.zip | |
Add a port for https://github.com/graphql/libgraphqlparser (#3953)
* Add support for libgraphqlparser in Windows and Linux
* Make the vcpkg_find_acquire_package calls run only for WIN32
* Switch to a SHARED library on Windows (DLL)
Diffstat (limited to 'ports/graphqlparser/CONTROL')
| -rw-r--r-- | ports/graphqlparser/CONTROL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/graphqlparser/CONTROL b/ports/graphqlparser/CONTROL new file mode 100644 index 000000000..4a66842c0 --- /dev/null +++ b/ports/graphqlparser/CONTROL @@ -0,0 +1,3 @@ +Source: graphqlparser
+Version: v0.7.0
+Description: A GraphQL query parser in C++ with C and C++ APIs
|
