vcpkg/ports/flashlight-text/vcpkg.json
Jacob Kahn faac1ea237
[flashlight-text] New port (#31859)
* [flashlight-text] New port

* Format and fix vcpkg.json, x-add-version

* Export dll symbols on Windows

* Only pass opt to export all symbols on Windows

* Update version database

* Rename flag

* Update version database

* Update ports/flashlight-text/portfile.cmake

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

* Update ports/flashlight-text/vcpkg.json

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

* Update version

* Update to v0.0.4, remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS

* Update version database

* Use  in portfile

* Update version database

* Fix CMake config install location

* Update package version

* Omit config fixup arg

* Update version

---------

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2023-06-08 10:00:49 -07:00

26 lines
511 B
JSON

{
"name": "flashlight-text",
"version": "0.0.4",
"description": "Flashlight Text is a library for tokenization, beam search, and text processing.",
"homepage": "https://github.com/flashlight/text",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"kenlm": {
"description": "Build with KenLM",
"dependencies": [
"kenlm"
]
}
}
}