vcpkg/ports/strtk/vcpkg.json
2023-07-19 14:09:31 -07:00

17 lines
387 B
JSON

{
"name": "strtk",
"version-date": "2020-09-14",
"port-version": 3,
"description": "robust, optimized and portable string processing algorithms for the C++ language",
"homepage": "https://github.com/ArashPartow/strtk",
"license": null,
"features": {
"boost": {
"description": "Request boost libraries",
"dependencies": [
"boost"
]
}
}
}