diff options
| author | Daniil Baturin <daniil@baturin.org> | 2025-08-07 13:15:59 +0100 |
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2025-08-07 13:56:50 +0100 |
| commit | ad5b369a63ed07c6d92b453f4f73bfe7993ff053 (patch) | |
| tree | 9c6e6032a039c13fe78ef00cd308611d1c0fab74 /src/dune | |
| parent | 5136180e78d9794e100ac8c8ccc9d6716670be75 (diff) | |
| download | vyos-1x-ad5b369a63ed07c6d92b453f4f73bfe7993ff053.tar.gz vyos-1x-ad5b369a63ed07c6d92b453f4f73bfe7993ff053.zip | |
op-mode: T7583: add a new operational command runner
Diffstat (limited to 'src/dune')
| -rw-r--r-- | src/dune | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -32,3 +32,16 @@ (foreign_stubs (language c) (names iface))) + +(executable + (name vyos_op_run) + (public_name vyos-op-run) + (modules vyos_op_run) + (libraries + logs + logs.fmt + fmt.tty + yojson + mustache + pcre2 + unix)) |
