From 2bf56f3e443a1e4980c05720a8c2436351481f3a Mon Sep 17 00:00:00 2001 From: Jonathan Kimmitt Date: Sat, 9 Apr 2022 17:16:34 +0100 Subject: [PATCH] Correction to dune-project description metadata --- dune-project | 15 +++++++-------- openstellina.opam | 5 +++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dune-project b/dune-project index f13db43..7c89236 100644 --- a/dune-project +++ b/dune-project @@ -11,15 +11,14 @@ (maintainers "Jonathan Kimmitt") -(license Apache-2) +(license Apache-2.0) -(documentation https://url/to/documentation) +(documentation https://github.com/jrrk2/openstellina.git) (package (name openstellina) - (synopsis "A short synopsis") - (description "A longer description") - (depends ocaml dune lablgtk2 lwt_glib yojson cohttp-lwt-unix zeit ppx_let quests ppx_yojson lwt) - (tags - (topics "to describe" your project))) - + (synopsis "A http client for Stellina smart telescope by Vaonis") + (description "Mobile Stellina App does not provide access to telescope exposures > 20s (lights or darks). This software bypasses the App and talks to the telescope directly") + (depends ocaml dune lablgtk lwt_glib yojson cohttp-lwt-unix zeit ppx_let quests ppx_yojson lwt) + (tags (Vaonis Stellina long-exposure GUI))) + diff --git a/openstellina.opam b/openstellina.opam index e3dc0e9..a62c469 100644 --- a/openstellina.opam +++ b/openstellina.opam @@ -1,11 +1,12 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "A http client for Stellina smart telescope by Vaonis" -description: "Mobile Stellina App does not provide access to telescope exposures > 20s (lights or darks). This software bypasses the App and talks to the telescope directly" +description: + "Mobile Stellina App does not provide access to telescope exposures > 20s (lights or darks). This software bypasses the App and talks to the telescope directly" maintainer: ["Jonathan Kimmitt"] authors: ["Jonathan Kimmitt"] license: "Apache-2.0" -tags: ["Vaonis" "Stellina" "long exposure" "GUI"] +tags: ["Vaonis" "Stellina" "long-exposure" "GUI"] homepage: "https://github.com/jrrk2/openstellina.git" doc: "https://github.com/jrrk2/openstellina.git" bug-reports: "https://github.com/jrrk2/openstellina.git/issues"