Skip to content

Instantly share code, notes, and snippets.

@nguyenvanzk
nguyenvanzk / merlin-init.sh
Created April 7, 2020 06:35 — forked from unhammer/merlin-init.sh
Create .merlin file for a project with all your ocamlfind packages and .opam sources in there
#!/bin/sh
if test -f .merlin; then
echo ".merlin already exists, bailing out ..." >&2
exit 1
else
# You could add your default EXT's and such to this list: