this repo has no description
1opam-version: "2.0" 2maintainer: "Romain Beauxis <toots@rastageeks.org>" 3authors: "Matt Gushee <gd4o@havenrock.com>" 4homepage: "https://github.com/savonet/gd4o" 5build: [ 6 [make "CC=gcc -fPIC" "all"] 7 [make "CC=gcc -fPIC" "opt"] 8] 9install: [ 10 [make "install"] 11] 12remove: ["ocamlfind" "remove" "gd"] 13depends: [ 14 "ocaml" {< "5.0"} 15 "ocamlfind" {build} 16 "conf-gd" {build} 17] 18bug-reports: "https://github.com/savonet/gd4o/issues" 19dev-repo: "git+https://github.com/savonet/gd4o.git" 20synopsis: 21 "OCaml interface to the GD graphics library." 22flags: light-uninstall 23url { 24 src: 25 "https://github.com/savonet/gd4o/releases/download/1.0-alpha5/gd4o-1.0a5.tar.gz" 26 checksum: [ 27 "sha256=fa10b60a785e6734b6ac1b5a762f496b925502cfc848381cae7dfb75fe547eed" 28 "md5=b5aeb9c246b5e072803eb9b3112350a0" 29 ] 30}