aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/scnlib/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/scnlib/vcpkg.json')
-rw-r--r--vcpkg/ports/scnlib/vcpkg.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/scnlib/vcpkg.json b/vcpkg/ports/scnlib/vcpkg.json
new file mode 100644
index 0000000..464e91a
--- /dev/null
+++ b/vcpkg/ports/scnlib/vcpkg.json
@@ -0,0 +1,19 @@
+{
+ "name": "scnlib",
+ "version": "4.0.1",
+ "port-version": 1,
+ "description": "scnlib is a modern C++ library for replacing scanf and std::istream",
+ "homepage": "https://scnlib.dev/",
+ "license": "Apache-2.0",
+ "dependencies": [
+ "fast-float",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}