aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/flashlight-text/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/flashlight-text/vcpkg.json')
-rw-r--r--vcpkg/ports/flashlight-text/vcpkg.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/vcpkg/ports/flashlight-text/vcpkg.json b/vcpkg/ports/flashlight-text/vcpkg.json
new file mode 100644
index 0000000..39fdad2
--- /dev/null
+++ b/vcpkg/ports/flashlight-text/vcpkg.json
@@ -0,0 +1,25 @@
+{
+ "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"
+ ]
+ }
+ }
+}