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/ocaml-opam/opam-user-setup" 7bug-reports: "https://github.com/ocaml-opam/opam-user-setup/issues" 8depends: [ 9 "ocaml" {>= "3.12.1"} 10 "ocamlfind" {build} 11 "ocamlbuild" 12 "cmdliner" {< "2.0.0"} 13 "re" {>= "1.7.2"} 14] 15depopts: ["tuareg" "merlin" "ocp-indent" "ocp-index"] 16available: opam-version >= "2.1" 17conflicts: [ "ocaml-option-bytecode-only" ] 18flags: plugin 19build: make 20post-messages: 21 "To setup or update your editors, run 'opam user-setup install'." {success} 22dev-repo: "git+https://github.com/OCamlPro/opam-user-setup.git" 23synopsis: "Helper for the configuration of editors for the use of OCaml tools" 24description: """ 25This tool knows about several editors, and several OCaml editing tools existing 26as opam packages. It automates the configuration of these editors, providing 27base templates when appropriate, and suitably installing the editing tools in 28the editor's configuration. 29 30For example, it will configure your emacs or Vim to indent OCaml files using 31[ocp-indent](http://www.typerex.org/ocp-indent.html) if you have that installed. 32 33Opam-user-setup is designed to be suitable both to beginners not wanting to be 34bothered with configuration files, and to people who manage them carefully. 35 36It's customisable and reversible.""" 37url { 38 src: 39 "https://github.com/ocaml-opam/opam-user-setup/archive/refs/tags/0.8.tar.gz" 40 checksum: [ 41 "md5=a3f003c69911367068558149f2a16ad8" 42 "sha512=ff3c6800f34ff06375bdc441e7e5b368f546442adf742ca2b7dcb3152c8838db5b42fca2746dbcac5107d1f94f91b4e2b1a2e57edcd0564f92172f1adee6600e" 43 ] 44}