this repo has no description
1opam-version: "2.0" 2maintainer: "Louis Gesbert <louis.gesbert@ocamlpro.com>" 3authors: "Louis Gesbert <louis.gesbert@ocamlpro.com>" 4license: "ISC" 5tags: "org:ocamlpro" 6homepage: "https://github.com/AltGr/opam-user-setup" 7bug-reports: "https://github.com/AltGr/opam-user-setup/issues" 8depends: [ 9 "ocaml" {>= "4.00.1"} 10 "ocamlfind" {build} 11 "ocamlbuild" {build} 12 "cmdliner" {< "2.0.0"} 13 "re" 14] 15depopts: ["tuareg" "merlin" "ocp-indent" "ocp-index"] 16build: make 17post-messages: 18 "To setup or update your editors, run 'opam user-setup install'." {success} 19dev-repo: "git+https://github.com/AltGr/opam-user-setup.git" 20synopsis: 21 "Helper for the configuration of editors for the use of OCaml tools" 22description: """ 23This tool knows about several editors, and several OCaml editing tools existing 24as opam packages. It automates the configuration of these editors, providing 25base templates when appropriate, and suitably installing the editing tools in 26the editor's configuration. 27 28For example, it will configure your emacs or Vim to indent OCaml files using 29[ocp-indent](http://www.typerex.org/ocp-indent.html) if you have that installed. 30 31Opam-user-setup is designed to be suitable both to beginners not wanting to be 32bothered with configuration files, and to people who manage them carefully. 33 34It's customisable and reversible.""" 35url { 36 src: "https://github.com/OCamlPro/opam-user-setup/archive/0.5.tar.gz" 37 checksum: [ 38 "sha256=49719bdbaa98b70bcd4423b279f768bf8e8cb7061d3d725cd4135b704f0aadbd" 39 "md5=2139faa7d5d117c0ed0af8f69340e762" 40 ] 41}