Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for 4.09.0 #11

Merged
1 commit merged into from
Aug 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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