This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Maintainer: Nils Czernia <nils[at]czserver.de> | |
| pkgname=hamsket-bin | |
| _pkgname=hamsket | |
| pkgver=0.6.0 | |
| pkgrel=1 | |
| pkgdesc='Forked Free and Open Source messaging and emailing app that combines common web applications into one' | |
| arch=('x86_64') | |
| depends=('alsa-lib' 'bash' 'desktop-file-utils' 'gtk2' 'libnotify' 'libxtst' 'libxss' 'nss') | |
| provides=('hamsket') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env sh | |
| # Works with merlin version 2.5.4. Using protocol described at | |
| # https://github.com/ocaml/merlin/blob/master/doc/dev/OLD-PROTOCOL.md#type-checking | |
| usage () | |
| { | |
| echo Usage: either of the following will work: | |
| echo | |
| echo ' sig module.ml' |
OlderNewer