diff options
author | Daniil Baturin <daniil@baturin.org> | 2019-10-27 14:25:19 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2019-10-27 14:25:19 +0100 |
commit | 5f6a8cc96b3d56274418bbf9cab283eacaa5f964 (patch) | |
tree | c664266a7fe01f99380fee3e4676f40c8ba79e3e | |
parent | bf85f6a275ea2967bc39fdc6ddc5c96e929188e8 (diff) | |
download | vyos1x-config-5f6a8cc96b3d56274418bbf9cab283eacaa5f964.tar.gz vyos1x-config-5f6a8cc96b3d56274418bbf9cab283eacaa5f964.zip |
Remove batteries from dependencies and update version.
-rw-r--r-- | vyos1x-config.opam | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vyos1x-config.opam b/vyos1x-config.opam index 0d67b74..589f918 100644 --- a/vyos1x-config.opam +++ b/vyos1x-config.opam @@ -1,6 +1,6 @@ opam-version: "2.0" name: "vyos1x-config" -version: "0.1" +version: "0.2" synopsis: "VyOS 1.x and EdgeOS config file manipulation library" description: """ A library for parsing, manipulating, and exporting VyOS 1.x and EdgeOS config files. @@ -20,6 +20,5 @@ depends: [ "menhir" {build} "dune" {build & >= "1.4.0"} "ppx_deriving_yojson" - "batteries" "yojson" ] |