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 with linking exception" 18 19depends: [ 20 "ocaml" { >= "4.05.0" & < "4.10" } 21 "dune" { >= "1.6.0" 22 & != "1.7.0" 23 & != "1.7.1" } # Due to dune/dune#1833 24 "lablgtk3" { = version } 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-distribution = "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 ["libgtkspell3-3-dev"] {os-distribution = "ubuntu"} 36 ["gtkspell3" "libxml2"] {os = "macos" & os-distribution = "homebrew"} 37] 38 39build: [ 40 [ "dune" "build" "-p" name "-j" jobs ] 41] 42url { 43 src: 44 "https://github.com/garrigue/lablgtk/releases/download/3.0.beta7/lablgtk3-3.0.beta7.tbz" 45 checksum: [ 46 "sha256=d8649337faa63d6132d7af4582db835653b142cdf7ca3e23633bcd2e055bb80f" 47 "sha512=54fafe132386c5475102a69ff96669930a5cc454934d61d53becde0bfb8515934aa7b2424d917c0f27115cc39afd8b3172080f3a43db5f314ef3bec7b59d0168" 48 ] 49}