Skip to content

Commit

Permalink
Correction to dune-project description metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jrrk2 committed Apr 9, 2022
1 parent e95d0b4 commit 2bf56f3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
15 changes: 7 additions & 8 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -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)))

5 changes: 3 additions & 2 deletions openstellina.opam
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 2bf56f3

Please sign in to comment.