aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/guile/vcpkg.json
blob: fc6cd998c8f5251eaa95b0cf3c3f9487b7e2468a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "name": "guile",
  "version": "3.0.10",
  "port-version": 1,
  "description": "GNU's programming and extension language",
  "homepage": "https://www.gnu.org/software/guile/",
  "documentation": "https://www.gnu.org/software/guile/manual/",
  "license": "LGPL-3.0-or-later",
  "supports": "linux",
  "dependencies": [
    "bdwgc",
    {
      "name": "gettext",
      "host": true,
      "features": [
        "tools"
      ]
    },
    "gmp",
    {
      "name": "gperf",
      "host": true
    },
    "libffi",
    "libunistring"
  ]
}