Name: | libscn |
---|---|
Version: | 0.3 |
Release: | 2.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 219696 |
License: | ASL 2.0 |
RPM: | libscn-0.3-2.el8.x86_64.rpm |
Source RPM: | libscn-0.3-2.el8.src.rpm |
Build Date: | Thu Sep 17 2020 |
Build Host: | jenkins-172-17-0-2-11fd70d9-f8d8-4d1e-9560-ba8e5bd65303.appad2iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://github.com/eliaskosunen/scnlib |
Summary: | Library for replacing scanf and std::istream |
Description: | scnlib is a modern C++ library for replacing scanf and std::istream. This library attempts to move us ever so closer to replacing iostreams and C stdio altogether. It's faster than iostream (see Benchmarks) and type-safe, unlike scanf. Think {fmt} but in the other direction. This library is the reference implementation of the ISO C++ standards proposal P1729 "Text Parsing". |
- Added patch with library destination fixes.
- Initial SPEC release.