aboutsummaryrefslogtreecommitdiff
path: root/ports/libodb-sqlite/vcpkg.json
blob: 466dc4da3578dff3ba140244aa51e3ce9f4aafca (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "libodb-sqlite",
  "version-string": "2.4.0",
  "port-version": 9,
  "description": "Sqlite support for the ODB ORM library",
  "homepage": "https://www.codesynthesis.com/products/odb/",
  "dependencies": [
    "libodb",
    "sqlite3"
  ]
}