this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

Package gd.1.1

authored by

Marcello Seri and committed by
GitHub
1553d916 70ace411

+37
+37
packages/gd/gd.1.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "OCaml interface to the GD graphics library." 4 + maintainer: ["Romain Beauxis <toots@rastageeks.org>"] 5 + authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 6 + license: "LGPL-2.1-only" 7 + homepage: "https://github.com/savonet/ocaml-gd" 8 + bug-reports: "https://github.com/savonet/ocaml-gd/issues" 9 + depends: [ 10 + "conf-gd" 11 + "conf-pkg-config" 12 + "dune" {>= "2.8"} 13 + "dune-configurator" 14 + "odoc" {with-doc} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + [ 19 + "dune" 20 + "build" 21 + "-p" 22 + name 23 + "-j" 24 + jobs 25 + "@install" 26 + "@runtest" {with-test} 27 + "@doc" {with-doc} 28 + ] 29 + ] 30 + dev-repo: "git+https://github.com/savonet/ocaml-gd.git" 31 + url { 32 + src: "https://github.com/savonet/ocaml-gd/archive/refs/tags/v1.1.tar.gz" 33 + checksum: [ 34 + "md5=44a85ad07dce82f2ae17804a780b3b53" 35 + "sha512=b1afa86174812f7ef0b3139fbb893ce4f328556f44293582ad83c10df8774c954801ba1f50f8d6526bc137f7fc13b97dd021174cb1c8f3ae645a93e050fe5c17" 36 + ] 37 + }