opam-version: "2.0"
maintainer: "Akinori ABE <aabe.65535@gmail.com>"
authors: ["Akinori ABE"]
homepage: "http://taku910.github.io/mecab/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
license: "GPL-3.0-only"
build: [
  ["cc" "test.c" "-I/usr/local/include" "-L/usr/local/lib" "-lmecab"]
]
depexts: [
  ["mecab" "libmecab-dev"] {os-family = "debian"}
  ["mecab" "mecab-devel"] {os-distribution = "fedora"}
  ["mecab"] {os = "macos" & os-distribution = "homebrew"}
]
synopsis: "Virtual package relying on MeCab library installation"
description: """
This package can only install if the MeCab devel library is installed
on the system."""
extra-files: ["test.c" "md5=122154cf89fb9d22215f32b776285f42"]
flags: conf
