this repo has no description
1opam-version: "2.0" 2synopsis: "Decentralised installation system - GTK UI" 3maintainer: "talex5@gmail.com" 4license: "LGPL-2.1-or-later" 5authors: "zero-install-devel@lists.sourceforge.net" 6homepage: "https://0install.net/" 7bug-reports: "https://github.com/0install/0install/issues" 8dev-repo: "git+https://github.com/0install/0install.git" 9doc: "https://0install.github.io/0install/" 10build: [ 11 ["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test}] 12] 13depends: [ 14 "ocaml" {>= "4.08.0"} 15 "0install" {= version} 16 "ounit2" {with-test} 17 "dune" {>= "2.5"} 18 "lablgtk3" {>= "3.1.0"} 19 "lwt_glib" 20] 21description: """ 22Zero Install is a decentralised cross-distribution software installation system. 23This package provides a GTK-based user interface for it.""" 24url { 25 src: 26 "https://github.com/0install/0install/releases/download/v2.18/0install-2.18.tbz" 27 checksum: [ 28 "sha256=648c4b318c1a26dfcb44065c226ab8ca723795924ad80a3bf39ae1ce0e9920c3" 29 "sha512=6d4734754951fad9caad5d876a1301e283bdd77a080d6601d57b21c540a30a616b18f664cbd4f86748c90de41cf3ef54f3a883fd75f638abbe3630a0320e4a7f" 30 ] 31} 32x-commit-hash: "b58af5db6afd496cfd4a5f85fb23f30ba8dfbc87"