We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d7e733 commit 02c2846Copy full SHA for 02c2846
1 file changed
vcpkg.json
@@ -1,6 +1,13 @@
1
{
2
+ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
3
"name": "fb-cpp",
- "version-string": "0.0.1",
4
+ "version-semver": "0.0.1",
5
+ "maintainers": "Adriano dos Santos Fernandes",
6
+ "description": "A modern C++ wrapper for the Firebird database API",
7
+ "homepage": "https://github.com/asfernandes/fb-cpp",
8
+ "documentation": "https://asfernandes.github.io/fb-cpp/",
9
+ "license": "MIT",
10
+ "supports": "(windows & !uwp) | linux | osx",
11
"dependencies": [
12
"boost-dll",
13
"boost-multiprecision",
0 commit comments