index
:
vyos1x-config.git
circinus
circinus-public-unmaintained
circinus-stream
cla
crux
current
equuleus
feature/T9082-codeql-onboard
nos-task-id
rolling
sagitta
sagitta-pubic-unmaintained
OCaml library for parsing, manipulating, and exporting VyOS configs (mirror of https://github.com/vyos/vyos1x-config.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util.mli
Age
Commit message (
Collapse
)
Author
2026-01-14
T8164: add util list_of_string to split on whitespace
John Estabrook
2025-11-26
T8032: add file_compare utility for comparing files up to whitespace
John Estabrook
It is useful to have an internal implementation of file_compare (T8031) for use in the vyconf replacement for cli-shell-api sessionUnsaved in shell functions.
2025-11-11
T7988: move function flag to util.ml for general use
John Estabrook
2025-11-11
T7988: add util is_sublist
John Estabrook
2025-01-30
T6946: add utilities for commit algorithm
John Estabrook
2024-10-24
T6718: util list_of_path: config path str -> config path list
John Estabrook
Allow for single-quoted values containing whitespace, as used by vyconf vycli for option --path.
2024-10-24
T6718: move validate_path from vyconf
John Estabrook
2023-05-10
T5194: add util functions for reference tree
John Estabrook
2023-03-14
T5088: add lexical_numeric_compare function
John Estabrook
2022-01-04
Use a modification of String.escaped to leave UTF-8 bytes unescaped
John Estabrook
2019-06-30
T1478: Improved lexing error reporting, including proper support for single ↵
Daniil Baturin
quoted strings.
2019-06-30
Initial import of libraries from Vyconf and old libvyosconfig.
Daniil Baturin