forked from OCamlPro/ocp-indent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opam
34 lines (32 loc) · 918 Bytes
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
opam-version: "1.2"
name: "ocp-indent"
version: "dev"
maintainer: "[email protected]"
authors: [
"Louis Gesbert <[email protected]>"
"Thomas Gazagnaire <[email protected]>"
"Jun Furuse"
]
homepage: "http://www.typerex.org/ocp-indent.html"
bug-reports: "https://github.com/OCamlPro/ocp-indent/issues"
license: "LGPL"
tags: ["org:ocamlpro" "org:typerex"]
dev-repo: "https://github.com/OCamlPro/ocp-indent.git"
build: [
["./configure" "--prefix" prefix]
[make]
]
depends: [
"ocp-build" {>= "1.99.6-beta"}
"cmdliner"
]
post-messages: [
"This package requires additional configuration for use in editors. Install package 'user-setup', or manually:
* for Emacs, add these lines to ~/.emacs:
(add-to-list 'load-path \"%{share}%/emacs/site-lisp\")
(require 'ocp-indent)
* for Vim, add this line to ~/.vimrc:
set rtp^=\"%{share}%/ocp-indent/vim\"
"
{success & !user-setup:installed}
]