this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] openstellina (opam-publish-openstellina.0.0.3) (#21174)

* [new release] openstellina (opam-publish-openstellina.0.0.3)

CHANGES:

### Added
- Update meta files for dune release

* Fix package versions

* Remove obsolete opam file versions

* Make dependencies explicit

* Add available: flag

* Rename auto-generated label for consistency

* Try to reduce indirect dependencies without failing downgrade checks

* Disable flambda mode due to stack overflow

* Correction to flamba exclude package

* openstellina 0.0.3: remove some redundant dependencies

Due to strict versioning, these are actually automatically enforced

* openstellina.0.0.3: remove unnecessary conf- dependencies

* Further reduce indirect dependencies

Co-authored-by: Marcello Seri <mseri@users.noreply.github.com>

authored by

Jonathan Kimmitt
Marcello Seri
and committed by
GitHub
e7dfb681 c7812fa1

+53
+53
packages/openstellina/openstellina.0.0.3/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A http client for Stellina smart telescope by Vaonis" 3 + description: 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" 5 + maintainer: ["Jonathan Kimmitt"] 6 + authors: ["Jonathan Kimmitt"] 7 + license: "Apache-2.0" 8 + available: arch != "arm32" & arch != "x86_32" 9 + tags: ["Vaonis" "Stellina" "long-exposure" "GUI"] 10 + homepage: "https://github.com/jrrk2/openstellina.git" 11 + bug-reports: "https://github.com/jrrk2/openstellina.git/issues" 12 + depends: [ 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 + ] 27 + conflicts: [ 28 + "ocaml-option-flambda" 29 + ] 30 + build: [ 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 + ] 44 + dev-repo: "git+https://github.com/jrrk2/openstellina.git" 45 + url { 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 + } 53 + x-commit-hash: "09ea2cfad242b75055711149837c09c9daa1dc72"