Skip to content

Instantly share code, notes, and snippets.

@AltGr
Created February 17, 2015 02:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AltGr/f570c3189a50296d6357 to your computer and use it in GitHub Desktop.
Save AltGr/f570c3189a50296d6357 to your computer and use it in GitHub Desktop.
OPAM starter pack
opam-version: "1.2"
name: "starter-pack"
version: "0.1"
maintainer: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
depends: [
"depext"
"user-setup"
"tuareg"
"merlin"
"ocp-indent"
"ocp-index"
"utop"
"menhir"
"core_kernel"
"ounit"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment