Skip to content

Commit

Permalink
Prepare for 4.09.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Aug 1, 2019
1 parent e7113f9 commit 4bb6323
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
13 changes: 7 additions & 6 deletions graphics.opam
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
opam-version: "2.0"
maintainer: "[email protected]"
bug-reports: "https://github.com/ocaml/graphics/issues"
dev-repo: "git+https://github.com/ocaml/graphics.git"
authors: ["Jérémie Dimino <[email protected]>"]
homepage: "https://github.com/ocaml/graphics"
bug-reports: "https://github.com/ocaml/graphics/issues"
license: "LGPL-2.1 with OCaml linking exception"
doc: "https://ocaml.github.io/graphics/"
dev-repo: "git+https://github.com/ocaml/graphics.git"
license: "LGPL 2.1 with linking exception"
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.06.1"}
"dune" {build & >= "1.6"}
"conf-libX11"
"ocaml" {>= "4.09.0~~"}
"dune" {>= "1.6"}
]
synopsis: "Graphics library"
synopsis: "The OCaml graphics library"
description: """
The graphics library provides a set of portable drawing
primitives. Drawing takes place in a separate window that is created
Expand Down
1 change: 1 addition & 0 deletions src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ let () =
(library
(public_name graphics)
(wrapped false)
(synopsis "Portable drawing primitives")
(c_names %s)
(c_library_flags %s))

Expand Down

0 comments on commit 4bb6323

Please sign in to comment.