From a400bb91716dc639fdae99ded268842a0561a3d0 Mon Sep 17 00:00:00 2001 From: Lucas Pluvinage Date: Wed, 5 Jul 2023 15:36:50 +0200 Subject: [PATCH] description and license --- current-web-pipelines.opam | 4 +++- dune-project | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/current-web-pipelines.opam b/current-web-pipelines.opam index 0d34362..901f5d6 100644 --- a/current-web-pipelines.opam +++ b/current-web-pipelines.opam @@ -1,9 +1,11 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Simplify the creation of pipeline websites" -description: "" +description: + "Extends current_web with additional routes providing a pipeline-oriented view of ocurrent's state" maintainer: ["lucas@tarides.com"] authors: ["lucas@tarides.com"] +license: "MIT" homepage: "https://github.com/tarides/current-web-pipelines" bug-reports: "https://github.com/tarides/current-web-pipelines/issues" depends: [ diff --git a/dune-project b/dune-project index 88336cc..bef130f 100644 --- a/dune-project +++ b/dune-project @@ -14,7 +14,8 @@ (package (name current-web-pipelines) (synopsis "Simplify the creation of pipeline websites") - (description "") + (description "Extends current_web with additional routes providing a pipeline-oriented view of ocurrent's state") + (license "MIT") (depends (ocaml (>= 4.10))