diff options
author | John Estabrook <jestabro@vyos.io> | 2024-10-23 18:50:46 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2024-10-27 20:50:47 -0500 |
commit | 037c3ce961e1fec94b1d50b069b69c6636ac0393 (patch) | |
tree | b192c3c1549c8bc3bc6cffb69ac0b92b60941662 /vyconf.opam | |
parent | 5d7927e392e70436aaca1f8261e5d4ab8e4ec8f8 (diff) | |
download | vyconf-037c3ce961e1fec94b1d50b069b69c6636ac0393.tar.gz vyconf-037c3ce961e1fec94b1d50b069b69c6636ac0393.zip |
T6718: reorganize layout for dune build of libs/executables
Diffstat (limited to 'vyconf.opam')
-rw-r--r-- | vyconf.opam | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vyconf.opam b/vyconf.opam index 68e8d45..b947e39 100644 --- a/vyconf.opam +++ b/vyconf.opam @@ -1,12 +1,13 @@ opam-version: "2.0" name: "vyconf" version: "0.1" +synopsis: "VyOS 2.x config file control library" +description: "An appliance configuration framework" 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" -license: "LGPL with OCaml linking exception" -description: "An appliance configuration framework" +license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" dev-repo: "git+https://github.com/vyos/vyconf/" build: [ ["dune" "subst"] {pinned} @@ -29,4 +30,3 @@ depends: [ "sha" {build} "pcre" {build} ] -available: ocaml-version >= "4.14.2" |