Skip to content

Instantly share code, notes, and snippets.

View undu's full-sized avatar

Pau Ruiz Safont undu

View GitHub Profile
@undu
undu / PKGBUILD
Created November 25, 2020 00:18
hamsket 0.6.0 aur
#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')
@undu
undu / sig
Created December 17, 2020 22:02 — forked from yawaramin/sig
Bourne Shell script to print out Merlin's inferred signature of an OCaml file (module)
#!/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'