this repo has no description
1opam-version: "2.0"
2synopsis: "Decentralised installation system - GTK UI"
3maintainer: "talex5@gmail.com"
4authors: "zero-install-devel@lists.sourceforge.net"
5homepage: "https://0install.net/"
6bug-reports: "https://github.com/0install/0install/issues"
7dev-repo: "git+https://github.com/0install/0install.git"
8build: [
9 ["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test}]
10]
11depends: [
12 "ocaml" {>= "4.05.0"}
13 "0install" {= version}
14 "ounit" {with-test}
15 "dune" {>= "1.11"}
16 "lablgtk" {>= "2.18.2"}
17 "lwt_glib"
18]
19description: """
20Zero Install is a decentralised cross-distribution software installation system.
21This package provides a GTK-based user interface for it."""
22url {
23 src:
24 "https://github.com/0install/0install/releases/download/v2.15.2/0install-v2.15.2.tbz"
25 checksum: [
26 "sha256=00b4e66db11196a589703c45ec84c50ef5e099685ce20f8d146eed9803fe49fd"
27 "sha512=0b6b1cdd39a7ef522f189496728feef9f234f0b89745f3ec78de3720317eedf8cb6ea97844cc325e2ca0982f70b73015e8138bde85330fdc0ac5350192ced7b9"
28 ]
29}