Skip to content

Commit

Permalink
Merge pull request ocaml#6826 from AltGr/opam-publish/user-setup.0.6
Browse files Browse the repository at this point in the history
user-setup.0.6 - via opam-publish
  • Loading branch information
hnrgrgr authored Jul 6, 2016
2 parents 2b45b5a + 1b4e81f commit 7777dd4
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/user-setup/user-setup.0.6/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Helper for the configuration of editors for the use of OCaml tools

This tool knows about several editors, and several OCaml editing tools existing
as opam packages. It automates the configuration of these editors, providing
base templates when appropriate, and suitably installing the editing tools in
the editor's configuration.

For example, it will configure your emacs or Vim to indent OCaml files using
[ocp-indent](http://www.typerex.org/ocp-indent.html) if you have that installed.

Opam-user-setup is designed to be suitable both to beginners not wanting to be
bothered with configuration files, and to people who manage them carefully.

It's customisable and reversible.
20 changes: 20 additions & 0 deletions packages/user-setup/user-setup.0.6/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
opam-version: "1.2"
maintainer: "Louis Gesbert <[email protected]>"
authors: "Louis Gesbert <[email protected]>"
homepage: "https://github.com/AltGr/opam-user-setup"
bug-reports: "https://github.com/AltGr/opam-user-setup/issues"
license: "ISC"
dev-repo: "https://github.com/AltGr/opam-user-setup.git"
build: [make]
depends: [
"ocamlfind" {build}
"cmdliner"
"re"
]
depopts: ["tuareg" "merlin" "ocp-indent" "ocp-index"]
available: [ocaml-version >= "4.00"]
post-messages: [
"To setup or update your editors, run 'opam user-setup install'."
{success}
]
tags: [ "org:ocamlpro" "flags:plugin" ]
2 changes: 2 additions & 0 deletions packages/user-setup/user-setup.0.6/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
src: "https://github.com/OCamlPro/opam-user-setup/archive/0.6.tar.gz"
checksum: "223d53b4d6bd61b5f4fee9cad128573d"

0 comments on commit 7777dd4

Please sign in to comment.