this repo has no description
1opam-version: "2.0" 2 3synopsis: "OCaml interface to GTK+3" 4description: """ 5OCaml interface to GTK+3, gtkspell library 6 7See http://lablgtk.forge.ocamlcore.org/ for more information. 8 9""" 10 11maintainer: "garrigue@math.nagoya-u.ac.jp" 12authors: ["Jacques Garrigue et al., Nagoya University"] 13homepage: "https://github.com/garrigue/lablgtk" 14bug-reports: "https://github.com/garrigue/lablgtk/issues" 15dev-repo: "git+https://github.com/garrigue/lablgtk.git" 16doc: "https://garrigue.github.io/lablgtk/lablgtk3-gtkspell3" 17license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 18 19depends: [ 20 "ocaml" { >= "4.05.0" & < "4.10" } 21 "dune" { >= "1.4.0" 22 & != "1.7.0" 23 & != "1.7.1" } # Due to dune/dune#1833 24 "dune" { >= "1.4.0" } 25 "lablgtk3" { >= "3.0.beta5" } 26] 27depexts: [ 28 ["gtkspell3-dev"] {os-distribution = "alpine"} 29 ["gtkspell3"] {os-distribution = "arch"} 30 ["epel-release" "gtkspell3-devel"] {os-distribution = "centos"} 31 ["libgtkspell3-3-dev"] {os-family = "debian"} 32 ["gtkspell3-devel"] {os-distribution = "fedora"} 33 ["gtkspell3"] {os = "freebsd"} 34 ["gtkspell3"] {os = "openbsd"} 35 ["gtkspell3-devel"] {os-family = "suse" | os-family = "opensuse"} 36 ["gtkspell3" "libxml2"] {os = "macos" & os-distribution = "homebrew"} 37] 38build: [ 39 [ "dune" "build" "-p" name "-j" jobs ] 40] 41url { 42 src: 43 "https://github.com/garrigue/lablgtk/releases/download/3.0.beta5/lablgtk3-3.0.beta5.tbz" 44 checksum: [ 45 "sha256=5d221cf92a9f1f6d6e5a9c83d49eb3d6a62528a0002fd2bac44bbd2dad89ee30" 46 "md5=e8745cbff677b330e06a304c6d1b9bce" 47 ] 48}