Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrinberg committed Dec 3, 2019
1 parent c285da0 commit d160f60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
"Markus W. Weissmann <markus.weissmann@in.tum.de>"
"Florian Pichlmeier <florian.pichlmeier@mytum.de>")
(source (github andrenth/ocaml-stdint))
(documentation "https://andrenth.github.io/ocaml-stdint/")

(package
(name stdint)
(synopsis "Signed and unsigned integer types having specified widths.")
(synopsis "Signed and unsigned integer types having specified widths")
(description "\
The stdint library provides signed and unsigned integer types of various fixed
widths: 8, 16, 24, 32, 40, 48, 56, 64 and 128 bit.
Expand Down
3 changes: 2 additions & 1 deletion stdint.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Signed and unsigned integer types having specified widths."
synopsis: "Signed and unsigned integer types having specified widths"
description: """
The stdint library provides signed and unsigned integer types of various fixed
widths: 8, 16, 24, 32, 40, 48, 56, 64 and 128 bit.
Expand All @@ -20,6 +20,7 @@ authors: [
]
license: "MIT"
homepage: "https://github.com/andrenth/ocaml-stdint"
doc: "https://andrenth.github.io/ocaml-stdint/"
bug-reports: "https://github.com/andrenth/ocaml-stdint/issues"
depends: [
"ocaml" {>= "4.07"}
Expand Down

0 comments on commit d160f60

Please sign in to comment.