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))