diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2018-01-07 11:27:09 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-07 11:27:09 -0800 |
| commit | 023ffe900dc019443d0f0e618c4ddd5ea0390d5f (patch) | |
| tree | cd235ea64b5eb95284c710e4c9f22f1250841509 /ports/sqlitecpp/CONTROL | |
| parent | 43f8af863ac91cca453f435ef7cc815d6d7bf704 (diff) | |
| parent | 9b4e48cb1d4aaf27a269fa16a0270c66d7a52350 (diff) | |
| download | vcpkg-023ffe900dc019443d0f0e618c4ddd5ea0390d5f.tar.gz vcpkg-023ffe900dc019443d0f0e618c4ddd5ea0390d5f.zip | |
Merge pull request #2520 from procxx/add_sqlitecpp
[sqlitecpp] Initial port
Diffstat (limited to 'ports/sqlitecpp/CONTROL')
| -rw-r--r-- | ports/sqlitecpp/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/sqlitecpp/CONTROL b/ports/sqlitecpp/CONTROL new file mode 100644 index 000000000..133ac6703 --- /dev/null +++ b/ports/sqlitecpp/CONTROL @@ -0,0 +1,4 @@ +Source: sqlitecpp +Version: 2.2 +Build-Depends: sqlite3 +Description: SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper. |
