From 327fe126f1e8514f0f29fc3d7ec94ec26faf3a78 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Wed, 13 Dec 2017 02:29:38 +0700 Subject: Add opam packaging. --- opam | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 opam (limited to 'opam') diff --git a/opam b/opam new file mode 100644 index 0000000..ad7d17a --- /dev/null +++ b/opam @@ -0,0 +1,33 @@ +opam-version: "0.1" +name: "vyconf" +version: "0.1" +maintainer: "Daniil Baturin " +authors: "VyOS maintainers and contributors " +homepage: "https://github.com/vyos/vyconf" +bug-reports: "https://phabricator.vyos.net/maniphest" +license: "LGPL with OCaml linking exception" +dev-repo: "git+https://github.com/vyos/vyconf" +build: [ + ["./configure" "--prefix=%{prefix}%"] + [make] +] +install: [make "install"] +remove: ["ocamlfind" "remove" "vyconf"] +depends: [ + "ocaml" {build & >="4.03.0"} + "ocamlfind" {build} + "oasis" {build} + "menhir" {build} + "ocaml-protoc" {build} + "ounit" {build} + "batteries" {build} + "lwt" {build} + "fileutils" {build} + "ppx_deriving" {build} + "ppx_deriving_yojson" {build} + "ocplib-endian" {build} + "xml-light" {build} + "toml" {build} + "sha" {build} +] + -- cgit v1.2.3