Skip to content

Commit

Permalink
Add more information to help with the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Kubica committed Dec 29, 2016
1 parent a66086c commit 1f3bb02
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.8.1 2016-12-29
-----------------

* Add some more data and rewrite `README.md` for `topkg` to happily generate
`opam` releases.

v0.8.0 2016-12-29
-----------------

Expand Down
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# nosetup
# nosetup - An `.ocamlinit` helper to `#require` packages in an OCaml toplevels

An `.ocamlinit` helper to `#require` packages in an OCaml toplevels (native or UTop).
`nosetup` helps you to load the dependencies of your project into your toplevel
of choice (OCaml Toplevel as well as UTOP) so you don't have to `#require` your
dependencies yourself. It does so by finding your project metadata (even if you
are in a subdirectory, similar to `git`), parsing it and then using `findlib`
to load it into your toplevel session.

Currently it supports Merlin's `.merlin` files, though there is no limitation
of which files *could* be supported as long as the `findlib` package names can
be parsed.

## Naming

Expand Down
2 changes: 2 additions & 0 deletions doc/api.odocl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
src/nosetup
src/merlin_parser
1 change: 1 addition & 0 deletions opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ opam-version: "1.2"
maintainer: "Marek Kubica <[email protected]>"
author: "Marek Kubica <[email protected]>"
homepage: "https://github.com/Leonidas-from-XIV/nosetup"
doc: "https://leonidas-from-xiv.github.io/nosetup/api"
bug-reports: "https://github.com/Leonidas-from-XIV/nosetup/issues"
dev-repo: "https://github.com/Leonidas-from-XIV/nosetup.git"
depends: [
Expand Down

0 comments on commit 1f3bb02

Please sign in to comment.