Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Commit 476461c

Browse files
committed
general: T8595: clean leaked internal references
1 parent 41f78be commit 476461c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# AGENTS.md
22

33
## Project purpose
4-
OCaml validator, completion-helper, and operational-mode wrapper binaries that the VyOS CLI invokes at runtime. Validators are referenced from XML interface definitions (`<validator name='numeric' .../>`, `<validator name='url' .../>`, etc.); `vyos-op-run` is the privileged wrapper that looks up and executes operational mode commands on behalf of operator-level users.
4+
OCaml validator, completion-helper, and operational-mode wrapper binaries that the VyOS CLI invokes at runtime. Validators are referenced from XML interface definitions (`<validator name='numeric'.../>`, `<validator name='url'.../>`, etc.); `vyos-op-run` is the privileged wrapper that looks up and executes operational mode commands on behalf of operator-level users.
55

66
## Tech stack
77
- OCaml; `dune` 2.0 build system; `opam` package metadata in `vyos-utils.opam`.
88
- Build deps: `ocamlfind`, `dune >= 2.0`, `pcre2`, `fileutils`, `containers`, `logs`, `fmt`, `yojson`, `mustache`.
99
- Debian packaging in `debian/` (`debhelper >= 9`, `quilt`).
1010

1111
## Build / test / run
12-
- Local: `opam install . --deps-only` then `dune build -p vyos-utils`.
12+
- Local: `opam install. --deps-only` then `dune build -p vyos-utils`.
1313
- Debian: `dpkg-buildpackage -us -uc -b` produces the `vyos-utils` `.deb`.
1414
- No `dune runtest` suite in tree; validators are exercised in `vyos-1x` smoketests.
1515

0 commit comments

Comments
 (0)