mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:29:00 +08:00
bdd93cb0fc
* Update fplus to 0.2.18 * Update CI baseline * Add license Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com> * Remove unused option * Update CI baseline * Switch to "version" * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>
14 lines
312 B
JSON
14 lines
312 B
JSON
{
|
|
"name": "fplus",
|
|
"version": "0.2.18-p0",
|
|
"description": "Functional Programming Library for C++. Write concise and readable C++ code",
|
|
"homepage": "https://github.com/Dobiasd/FunctionalPlus",
|
|
"license": "BSL-1.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|