mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 20:29:00 +08:00
080bd7537f
* [geos] Minor portfile maintenance * [geos] Export implicit C++ lib dependencies * [geos] x-add-version * [librttopo] New port version, format manifest * [librttopo] Modernize portfile * [librttopo] Fix mingw build * [librttopo] Use geos-config, allow dynamic linkage for non-windows * [librttopo] Fix pc file * [librttopo] Use pristine download from osgeo.org * [librttopo] x-add-version
11 lines
323 B
JSON
11 lines
323 B
JSON
{
|
|
"name": "librttopo",
|
|
"version": "1.1.0",
|
|
"port-version": 4,
|
|
"description": "The RT Topology Library exposes an API to create and manage standard (ISO 13249 aka SQL/MM) topologies using user-provided data stores.",
|
|
"homepage": "https://git.osgeo.org/gitea/rttopo/librttopo",
|
|
"dependencies": [
|
|
"geos"
|
|
]
|
|
}
|