|
root / test / ports / groups / base-devel.toml
base-devel.toml TOML 19 lines 325 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
# Base development tools package group
# Install with: coral install @base-devel

[group]
name = "base-devel"
description = "Base development tools for building packages"
packages = [
    "gcc",
    "gmake",
    "binutils",
    "autoconf",
    "automake",
    "libtool",
    "pkg-config",
    "m4",
    "bison",
    "flex"
]