Skip to content

Commit

Permalink
Update metafile package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jrrk2 committed Apr 9, 2022
1 parent 24db798 commit 09ea2cf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 66 deletions.
17 changes: 2 additions & 15 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(name openstellina)
(version opam-publish-openstellina.0.0.3-dirty)

(generate_opam_files true)
(generate_opam_files false)

(source
(github jrrk2/openstellina.git))
Expand All @@ -20,19 +20,6 @@
(name openstellina)
(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 {>= "4.11.0"}
"ocaml" {>= "4.11.0"}
"dune" {>= "3.0"}
"lablgtk" {>= "2.8.12" }
"lwt_glib" {>= "1.1.1" }
"yojson" {>= "1.7.0" }
"cohttp-lwt-unix" {>= "5.0.0" }
"zeit" {>= "0.1.0" }
"ppx_let" {>= "0.15.0" }
"quests" {>= "0.1.3" }
"ppx_yojson" {>= "1.2.0" }
"lwt" {>= "5.5.0" }
"odoc" {with-doc}
)
(depends ocaml dune lablgtk lwt_glib yojson cohttp-lwt-unix zeit ppx_let quests ppx_yojson lwt)
(tags (Vaonis Stellina long-exposure GUI)))

63 changes: 12 additions & 51 deletions openstellina.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "opam-publish-openstellina.0.0.3-dirty"
version: "2bf56f3-dirty"
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"
Expand All @@ -9,59 +9,20 @@ authors: ["Jonathan Kimmitt"]
license: "Apache-2.0"
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"
depends: [
"ocaml"
"{>="
"4.11.0"
"}"
"ocaml"
"{>="
"4.11.0"
"}"
"ocaml" {>= "4.10.0"}
"dune" {>= "3.0"}
"{>="
"3.0"
"}"
"lablgtk"
"{>="
"2.8.12"
"}"
"lwt_glib"
"{>="
"1.1.1"
"}"
"yojson"
"{>="
"1.7.0"
"}"
"cohttp-lwt-unix"
"{>="
"5.0.0"
"}"
"zeit"
"{>="
"0.1.0"
"}"
"ppx_let"
"{>="
"0.15.0"
"}"
"quests"
"{>="
"0.1.3"
"}"
"ppx_yojson"
"{>="
"1.2.0"
"}"
"lwt"
"{>="
"5.5.0"
"}"
"odoc"
"{with-doc}"
"lablgtk" {>= "2.8.12" }
"lwt_glib" {>= "1.1.1" }
"yojson" {>= "1.7.0" }
"cohttp-lwt-unix" {>= "5.0.0" }
"zeit" {>= "0.1.0" }
"ppx_let" {>= "0.15.0" }
"quests" {>= "0.1.3" }
"ppx_yojson" {>= "1.2.0" }
"lwt" {>= "5.5.0" }
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
Expand Down

0 comments on commit 09ea2cf

Please sign in to comment.