readline v0
- Created
- Updated
GNU readline and history libraries
# Usage
the package readline can be used under windows via:
find_package(unofficial-readline-win32 CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::readline-win32::readline)
The package readline can be imported via the CMake FindPkgConfig module:
find_package(PkgConfig REQUIRED)
pkg_check_modules(readline REQUIRED IMPORTED_TARGET readline)
target_link_libraries(main PRIVATE PkgConfig::readline)
# License
Unknown
# Supported Platforms
!uwp
- ✅ linux
- ✅ osx
- ✅ windows
- ❌
uwp
# Features
No features defined.
# Dependencies
readline-unix
Platforms:
!windows
readline-win32
Platforms:
windows
and one transitive dependency:
- ncurses (by readline-unix )
# Host Dependencies
2 transitive dependencies:
# Dependents
- libirecovery (feature
tools
) - libpq (feature
readline
) - octave
# Host Dependents
No dependents.
# Contributors
- Frederik Carlier
- Phil Christensen
- Billy O'Neal
- zekoz
- Jack·Boos·Yu
- autoantwort
- jim wang
# Changelog
cb049f1
New port: readline