Add qlpack.json files

Eventually these files will subsume the current `queries.xml` files
at the top of query-containing and library directories. For now they're
just here to support internal testing of the tooling support for them
we're writing on.

Format and contents is a work in progress. If you're not in Semmle,
don't depend on anything here making sense (or staying stable) until
you see the version tags increase to something nonzero.
This commit is contained in:
Henning Makholm
2019-10-12 17:36:46 +02:00
parent ae0c4e449f
commit 29167bbff8
10 changed files with 50 additions and 0 deletions

5
cpp/ql/src/qlpack.json Normal file
View File

@@ -0,0 +1,5 @@
{
"name": "codeql-cpp",
"version": "0.0.0",
"dbscheme": "semmlecode.cpp.dbscheme"
}