opam-version: "2.0"
synopsis: "Decentralised installation system - GTK UI"
maintainer: "talex5@gmail.com"
authors: "zero-install-devel@lists.sourceforge.net"
homepage: "https://0install.net/"
bug-reports: "https://github.com/0install/0install/issues"
dev-repo: "git+https://github.com/0install/0install.git"
build: [
  ["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test}]
]
depends: [
  "ocaml" {>= "4.05.0"}
  "0install" {= version}
  "ounit" {with-test}
  "dune" {>= "1.11"}
  "lablgtk" {>= "2.18.2"}
  "lwt_glib"
]
description: """
Zero Install is a decentralised cross-distribution software installation system.
This package provides a GTK-based user interface for it."""
url {
  src:
    "https://github.com/0install/0install/releases/download/v2.15.2/0install-v2.15.2.tbz"
  checksum: [
    "sha256=00b4e66db11196a589703c45ec84c50ef5e099685ce20f8d146eed9803fe49fd"
    "sha512=0b6b1cdd39a7ef522f189496728feef9f234f0b89745f3ec78de3720317eedf8cb6ea97844cc325e2ca0982f70b73015e8138bde85330fdc0ac5350192ced7b9"
  ]
}
