Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agauniyal/conan-string-view-lite
Conan package for https://github.com/martinmoene/string-view-lite
https://github.com/agauniyal/conan-string-view-lite
conan cpp cpp11 cpp14 cpp17 nonstd-lite string-view
Last synced: 13 days ago
JSON representation
Conan package for https://github.com/martinmoene/string-view-lite
- Host: GitHub
- URL: https://github.com/agauniyal/conan-string-view-lite
- Owner: agauniyal
- License: mit
- Created: 2018-01-11T02:42:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T03:25:19.000Z (about 7 years ago)
- Last Synced: 2024-11-29T20:25:08.228Z (2 months ago)
- Topics: conan, cpp, cpp11, cpp14, cpp17, nonstd-lite, string-view
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# conan-string-view-lite
Conan package for https://github.com/martinmoene/string-view-lite## How to use
- [x] Add nonstd-lite to conan remotes - `conan remote add nonstd-lite https://api.bintray.com/conan/agauniyal/nonstd-lite`
- [x] Add `string-view-lite/0.2.0@nonstd-lite/stable` to **`[requires]`** section in **`conanfile.txt`**
- [x] Run `conan install` command