aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libedit/vcpkg.json
blob: f5133042710fa6486ae24d158de3923d0f067c59 (plain)
1
2
3
4
5
6
7
8
{
  "name": "libedit",
  "version-date": "2024-08-08",
  "description": "A command line editor library that provides generic line editing, history, and tokenization functions, similar to those found in GNU Readline.",
  "homepage": "https://thrysoee.dk/editline/",
  "license": "BSD-4-Clause-UC",
  "supports": "(!windows | mingw) & !android"
}