Skip to content

Commit

Permalink
Bump version to 1.1.7, update opam files to 2.0 format
Browse files Browse the repository at this point in the history
  • Loading branch information
AltGr committed Nov 12, 2018
1 parent b734ba6 commit c6ae283
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 1.1.7
* Support for OCaml 4.07
* Drop support for OCaml < 4.02
* Emacs mode: fix a few issues (capitalisation of filenames)
* ocp-browser: sort output, add hints and show doc by default, skip `Foo__bar`
when `Foo` exists

### 1.1.6
* Fixed escaping issue in tuareg doc mode
* Emacs mode: support eldoc
Expand Down
15 changes: 10 additions & 5 deletions ocp-browser.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
opam-version: "1.2"
version: "1.1.6"
opam-version: "2.0"
version: "1.1.7"
maintainer: "louis.gesbert@ocamlpro.com"
synopsis: "Console browser for the documentation of installed OCaml libraries"
description: """
ocp-browser is a ncurses-like interface that allows to easily browse the
interfaces and documentation of all installed OCaml modules.
"""
authors: [
"Louis Gesbert"
"Gabriel Radanne"
Expand All @@ -9,13 +14,13 @@ homepage: "http://www.typerex.org/ocp-index.html"
bug-reports: "https://github.com/OCamlPro/ocp-index/issues"
license: "LGPL-2.1 with OCaml linking exception"
tags: [ "org:ocamlpro" "org:typerex" ]
dev-repo: "https://github.com/OCamlPro/ocp-index.git"
dev-repo: "git+https://github.com/OCamlPro/ocp-index.git"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
"ocaml" {>= "4.02.0"}
"ocp-pp" {build}
"jbuilder" {build}
"ocp-index" {= "1.1.6"}
"ocp-index" {= version}
"cmdliner"
"lambda-term"
]
available: [ocaml-version >= "4.02.0"]
18 changes: 14 additions & 4 deletions ocp-index.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
opam-version: "1.2"
version: "1.1.6"
opam-version: "2.0"
version: "1.1.7"
maintainer: "louis.gesbert@ocamlpro.com"
synopsis:
"Lightweight completion and documentation browsing for OCaml libraries"
description: """
This package includes
* The `ocp-index` library and command-line tool
* `ocp-grep`, a tool that finds uses of a given (qualified) identifier in a source tree
* bindings for emacs and vim (sublime text also [available](https://github.com/whitequark/sublime-ocp-index/))

To automatically configure your editors, install this with package `user-setup`.
"""
authors: [
"Louis Gesbert"
"Gabriel Radanne"
Expand All @@ -9,16 +19,16 @@ homepage: "http://www.typerex.org/ocp-index.html"
bug-reports: "https://github.com/OCamlPro/ocp-index/issues"
license: "LGPL-2.1 with OCaml linking exception"
tags: [ "org:ocamlpro" "org:typerex" ]
dev-repo: "https://github.com/OCamlPro/ocp-index.git"
dev-repo: "git+https://github.com/OCamlPro/ocp-index.git"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
"ocaml" {>= "4.02.0"}
"ocp-pp" {build}
"jbuilder" {build}
"ocp-indent" {>= "1.4.2"}
"re" {>= "1.7.2"}
"cmdliner"
]
available: [ocaml-version >= "4.02.0" ]
post-messages:
"This package requires additional configuration for use in editors. Either install package 'user-setup', or manually:

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.6
1.1.7

0 comments on commit c6ae283

Please sign in to comment.