this repo has no description
1opam-version: "2.0"
2synopsis: "A http client for Stellina smart telescope by Vaonis"
3description:
4 "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"
5maintainer: ["Jonathan Kimmitt"]
6authors: ["Jonathan Kimmitt"]
7license: "Apache-2.0"
8available: arch != "arm32" & arch != "x86_32"
9tags: ["Vaonis" "Stellina" "long-exposure" "GUI"]
10homepage: "https://github.com/jrrk2/openstellina.git"
11bug-reports: "https://github.com/jrrk2/openstellina.git/issues"
12depends: [
13"cohttp-lwt-unix" {>="5.0.0"}
14"digestif" {>="1.1.0"}
15"dune" {>="3.0"}
16"lablgtk" {>="2.18.12"}
17"lwt_glib" {>= "1.1.1" }
18"lwt_ssl" {>="1.1.3"}
19"ocaml" {>="4.12.0"}
20"ppx_let" {>="v0.14.0"}
21"ppx_yojson" {>="1.2.0"}
22"quests" {>="0.1.3"}
23"yojson" {>="1.7.0" }
24"zeit" {>="0.1.0" }
25"odoc" {with-doc}
26]
27conflicts: [
28 "ocaml-option-flambda"
29]
30build: [
31 ["dune" "subst"] {dev}
32 [
33 "dune"
34 "build"
35 "-p"
36 name
37 "-j"
38 jobs
39 "@install"
40 "@runtest" {with-test}
41 "@doc" {with-doc}
42 ]
43]
44dev-repo: "git+https://github.com/jrrk2/openstellina.git"
45url {
46 src:
47 "https://github.com/jrrk2/openstellina/releases/download/opam-publish-openstellina.0.0.3/openstellina-opam-publish-openstellina.0.0.3.tbz"
48 checksum: [
49 "sha256=5e6ae3c1aeb57105ea79f0a0b938c0b8ef7e19b413ef69799fc07292d42245b2"
50 "sha512=66dfebd14389379a56411adf787d8a4de914decbb3578bb0eca5dee3df3096c3c41a544ba5bf31ab4ee0b95b91839540719039ea01182e3d5f1d9d1a08a49372"
51 ]
52}
53x-commit-hash: "09ea2cfad242b75055711149837c09c9daa1dc72"