opam-version: "2.0" name: "vyos-1x" version: "0.0.4" synopsis: "VyOS utils" description: """ A collection of validators and completion helpers. """ maintainer: "Daniil Baturin " authors: "VyOS maintainers and contributors " license: "MIT" homepage: "https://github.com/vyos/vyos-1x" bug-reports: "https://vyos.dev" dev-repo: "git+https://github.com/vyos/vyos-1x/" build: [ ["dune" "subst"] {pinned} ["dune" "build" "-p" name] ] depends: [ "ocamlfind" {build} "dune" {build & >= "2.0"} ]