Skip to content

Commit 02c2846

Browse files
committed
Add metadata to vcpkg.json
1 parent 2d7e733 commit 02c2846

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

vcpkg.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
23
"name": "fb-cpp",
3-
"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",
411
"dependencies": [
512
"boost-dll",
613
"boost-multiprecision",

0 commit comments

Comments
 (0)