opam-version: "2.0"
maintainer: "Anton Kochkov <anton.kochkov@gmail.com>"
homepage: "https://github.com/XVilka/yara-ocaml"
bug-reports: "https://github.com/XVilka/yara-ocaml/issues"
license: "MIT"
dev-repo: "git+https://github.com/XVilka/yara-ocaml.git"
build: [
	["jbuilder" "subst" "-p" name] {pinned}
	["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {>= "4.02.3"}
  "jbuilder"
  "ocaml-migrate-parsetree" {build & < "2.0.0"}
  "ppx_deriving" {>= "4.2.0"}
  "core" {>= "v0.9.0" & < "v0.15"}
  "ctypes" {>= "0.13.0"}
  "ctypes-foreign"
]
depexts: [
  ["libyara-dev"] {os-family = "debian"}
  ["libyara-dev"] {os-distribution = "alpine"}
  ["epel-release" "yara-devel"] {os-distribution = "centos"}
  ["yara-devel"] {os-distribution = "fedora"}
  ["yara"] {os-distribution = "arch"}
  ["yara"] {os-distribution = "gentoo"}
  ["yara"] {os = "macos" & os-distribution = "homebrew"}
]
synopsis: "OCaml bindings for YARA matching engine"
description: """
Provides a Ctypes bindings for
YARA matching engine"""
authors: "Anton Kochkov <anton.kochkov@gmail.com>"
url {
  src: "https://github.com/XVilka/yara-ocaml/archive/0.1.zip"
  checksum: "md5=0c813a9a5c8ed75c06eb575a79f7e4b1"
}
