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 "lablgtk3" { >= "3.0.beta5" } 25] 26depexts: [ 27 ["gtkspell3-dev"] {os-distribution = "alpine"} 28 ["gtkspell3"] {os-distribution = "arch"} 29 ["epel-release" "gtkspell3-devel"] {os-distribution = "centos"} 30 ["libgtkspell3-3-dev"] {os-family = "debian"} 31 ["gtkspell3-devel"] {os-distribution = "fedora"} 32 ["gtkspell3"] {os = "freebsd"} 33 ["gtkspell3"] {os = "openbsd"} 34 ["gtkspell3-devel"] {os-family = "suse" | os-family = "opensuse"} 35 ["gtkspell3" "libxml2"] {os = "macos" & os-distribution = "homebrew"} 36] 37build: [ 38 [ "dune" "build" "-p" name "-j" jobs ] 39] 40url { 41 src: 42 "https://github.com/garrigue/lablgtk/releases/download/3.0.beta6/lablgtk3-3.0.beta6.tbz" 43 checksum: [ 44 "sha256=4014ac73afd502cfce862fc65a3c77372fb191a8f317d6803f1a9372172bd1ca" 45 "md5=7f0027b74aaa85329dacba062e1c2b95" 46 ] 47}