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