Skip to content

Commit

Permalink
Add a documentation field to appease to dune-release
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg committed Aug 2, 2019
1 parent 3c60960 commit 17daf10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
(maintainers "[email protected]" "[email protected]")
(authors "Martin Jambon")
(implicit_transitive_deps false)
(documentation "https://mjambon.github.io/easy-format/")

(package
(synopsis "High-level and functional interface to the Format module of the OCaml standard library")
Expand Down
2 changes: 2 additions & 0 deletions easy-format.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ maintainer: ["[email protected]" "[email protected]"]
authors: ["Martin Jambon"]
bug-reports: "https://github.com/mjambon/easy-format/issues"
homepage: "https://github.com/mjambon/easy-format"
doc: "https://mjambon.github.io/easy-format/"
license: "BSD-3-Clause"
dev-repo: "git+https://github.com/mjambon/easy-format.git"
synopsis:
Expand All @@ -28,6 +29,7 @@ nodes:
* atoms
* lists
* labelled nodes

Atoms represent any text that is guaranteed to be printed as-is. Lists can model
any sequence of items such as arrays of data or lists of definitions that are
labelled with something like "int main", "let x =" or "x:"."""
Expand Down

0 comments on commit 17daf10

Please sign in to comment.