this repo has no description

Merge pull request #25348 from toots/opam-publish-gd.1.1

Package gd.1.1

Changed files
+37
packages
gd
gd.1.1
+37
packages/gd/gd.1.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "OCaml interface to the GD graphics library."
+
maintainer: ["Romain Beauxis <toots@rastageeks.org>"]
+
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
license: "LGPL-2.1-only"
+
homepage: "https://github.com/savonet/ocaml-gd"
+
bug-reports: "https://github.com/savonet/ocaml-gd/issues"
+
depends: [
+
"conf-gd"
+
"conf-pkg-config"
+
"dune" {>= "2.8"}
+
"dune-configurator"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/savonet/ocaml-gd.git"
+
url {
+
src: "https://github.com/savonet/ocaml-gd/archive/refs/tags/v1.1.tar.gz"
+
checksum: [
+
"md5=44a85ad07dce82f2ae17804a780b3b53"
+
"sha512=b1afa86174812f7ef0b3139fbb893ce4f328556f44293582ad83c10df8774c954801ba1f50f8d6526bc137f7fc13b97dd021174cb1c8f3ae645a93e050fe5c17"
+
]
+
}