vcpkg-registryRegistry containing personal projects |
git clone git://git.dimitrijedobrota.com/vcpkg-registry.git |
Log | Files | Refs | |
vcpkg.json (343B)
1 { 2 "name": "poafloc", 3 "version": "1.2.0", 4 "description": "Parser Of Arguments For Lines Of Commands", 5 "homepage": "https://git.dimitrijedobrota.com/poafloc.git", 6 "license": "MIT", 7 "dependencies": [ 8 { 9 "name": "vcpkg-cmake", 10 "host": true 11 }, 12 { 13 "name": "vcpkg-cmake-config", 14 "host": true 15 } 16 ] 17 }