Skip to content

Commit

Permalink
update opam file
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
  • Loading branch information
rgrinberg committed Jun 29, 2020
1 parent 9521c15 commit a777def
Showing 1 changed file with 19 additions and 27 deletions.
46 changes: 19 additions & 27 deletions stdint.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
["dune" "build" "-p" name "@doc"] {with-doc}
]
maintainer: ["Markus W. Weissmann <markus.weissmann@in.tum.de>"]
authors: [
"Andre Nathan <andre@digirati.com.br>"
"Jeff Shaw <shawjef3@msu.edu>"
"Markus W. Weissmann <markus.weissmann@in.tum.de>"
"Florian Pichlmeier <florian.pichlmeier@mytum.de>"
]
bug-reports: "https://github.com/andrenth/ocaml-stdint/issues"
homepage: "https://github.com/andrenth/ocaml-stdint"
doc: "https://andrenth.github.io/ocaml-stdint/"
license: "MIT"
dev-repo: "git+https://github.com/andrenth/ocaml-stdint.git"
synopsis: "Signed and unsigned integer types having specified widths"
description: """
The stdint library provides signed and unsigned integer types of various fixed
Expand All @@ -11,33 +29,7 @@ like maximum and minimum values, infix operators conversion to and from every
other integer type (including int, float and nativeint), parsing from and
conversion to readable strings (binary, octal, decimal, hexademical), conversion
to and from buffers in both big endian and little endian byte order."""
maintainer: ["Markus W. Weissmann <markus.weissmann@in.tum.de>"]
authors: [
"Andre Nathan <andre@digirati.com.br>"
"Jeff Shaw <shawjef3@msu.edu>"
"Markus W. Weissmann <markus.weissmann@in.tum.de>"
"Florian Pichlmeier <florian.pichlmeier@mytum.de>"
]
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.03"}
"dune" {>= "1.4"}
"dune" {>= "1.10"}
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/andrenth/ocaml-stdint.git"

0 comments on commit a777def

Please sign in to comment.