Files
mgmt/lang/core/funcgen.yaml
James Shubin d6cf595899 lang: Unnested the core package from the functions dir
The core package could contain non-functions, so we might as well move
it upwards.
2024-02-22 17:19:02 -05:00

17 lines
309 B
YAML

# This file is used by github.com/purpleidea/mgmt/lang/funcs/funcgen/ to
# generate mcl functions.
packages:
- name: html
- name: math
- name: math/rand
alias: rand
- name: os
- name: os/exec
alias: exec
- name: path
- name: path/filepath
alias: filepath
- name: runtime
- name: strconv
- name: strings