diff options
author | Daniil Baturin <daniil@baturin.org> | 2024-11-07 18:02:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-07 18:02:08 +0000 |
commit | 196fdd7fdf6dcf751b7364c59e34278bfd0193e3 (patch) | |
tree | cfeff0991481c8281e24cf1698b20a76854059a4 /opam | |
parent | dd9271b4304c6b1a5a2576821d1b2b8fd3aa6bf5 (diff) | |
parent | 9b90d3cc4da72c13ef4270150e4b547ff03fc813 (diff) | |
download | vyconf-196fdd7fdf6dcf751b7364c59e34278bfd0193e3.tar.gz vyconf-196fdd7fdf6dcf751b7364c59e34278bfd0193e3.zip |
Merge pull request #11 from jestabro/vyconf-minimal
T6718: use the vyconf daemon for validation of set commands
Diffstat (limited to 'opam')
-rw-r--r-- | opam | 36 |
1 files changed, 0 insertions, 36 deletions
@@ -1,36 +0,0 @@ -opam-version: "1.2" -name: "vyconf" -version: "0.1" -maintainer: "Daniil Baturin <daniil@baturin.org>" -authors: "VyOS maintainers and contributors <maintainers@vyos.net>" -homepage: "https://github.com/vyos/vyconf" -bug-reports: "https://phabricator.vyos.net/maniphest" -license: "LGPL with OCaml linking exception" -description: "An appliance configuration framework" -dev-repo: "git+https://github.com/vyos/vyconf" -build: [ - ["./configure" "--prefix=%{prefix}%"] - [make] -] -install: [make "install"] -remove: ["ocamlfind" "remove" "vyconf"] -depends: [ - "ocamlfind" {build} - "oasis" {build} - "menhir" {build} - "ocaml-protoc" {build} - "ounit" {build} - "batteries" {build} - "lwt" {build & >= "4.1.0"} - "lwt_ppx" {build} - "lwt_log" {build} - "fileutils" {build} - "ppx_deriving" {build} - "ppx_deriving_yojson" {build} - "ocplib-endian" {build} - "xml-light" {build} - "toml" {build} - "sha" {build} - "pcre" {build} -] -available: ocaml-version >= "4.03.0" |