summaryrefslogtreecommitdiff
path: root/src/dune
AgeCommit message (Collapse)Author
2024-10-27T6718: move vyos1x-adapter into subdirectoryJohn Estabrook
The vyos1x-adapter provides access to the legacy CStore set/delete functions using ctypes. Developed as a separate package, include as a subdir, to be retired when full replacements are available.
2024-10-27T6718: add client_session module and test executable validate.mlJohn Estabrook
2024-10-27T6718: drop ref to utilJohn Estabrook
For convenience and to avoid dune build conflict, all util functions now reside in vyos1x-config.util.
2024-10-27T6718: use vycli as test caseJohn Estabrook
2024-10-27T6718: add rule to generate protobuf with name changeJohn Estabrook
Regenerate protobuf files: ocaml-protoc --ml_out src/ data/vyconf.proto The generated files vyconf.* are renamed vyconf_pbt.* instead of the split into vyconf_pb/vyconf_types as in the original implementation.
2024-10-27T6718: reorganize layout for dune build of libs/executablesJohn Estabrook
2024-10-27T6718: update build system, drop batteries, and adjust for lib changesJohn Estabrook
Update as needed for use with contemporary vyos1x-config: . update build system to use dune . drop use of batteries . update for protoc breaking changes in versions >= 3.0 . remove files now in vyos1x-config (config_tree et. al.; parsing)