this repo has no description
1opam-version: "2.0"
2maintainer: "Anton Kochkov <anton.kochkov@gmail.com>"
3homepage: "https://github.com/XVilka/yara-ocaml"
4bug-reports: "https://github.com/XVilka/yara-ocaml/issues"
5license: "MIT"
6dev-repo: "git+https://github.com/XVilka/yara-ocaml.git"
7build: [
8 ["jbuilder" "subst" "-p" name] {dev}
9 ["jbuilder" "build" "-p" name "-j" jobs]
10]
11depends: [
12 "ocaml" {>= "4.02.3"}
13 "jbuilder" {>= "1.0+beta7"}
14 "ocaml-migrate-parsetree" {build & < "2.0.0"}
15 "ppx_deriving" {>= "4.2.0"}
16 "core" {>= "v0.9.0"}
17 "ctypes" {>= "0.13.0"}
18 "ctypes-foreign"
19]
20depexts: [
21 ["libyara-dev"] {os-family = "debian"}
22 ["libyara-dev"] {os-distribution = "alpine"}
23 ["epel-release" "yara-devel"] {os-distribution = "centos"}
24 ["yara-devel"] {os-distribution = "fedora"}
25 ["yara"] {os-distribution = "arch"}
26 ["yara"] {os-distribution = "gentoo"}
27 ["yara"] {os = "macos" & os-distribution = "homebrew"}
28]
29synopsis: "OCaml bindings for YARA matching engine"
30description: """
31Provides a Ctypes bindings for
32YARA matching engine"""
33authors: "Anton Kochkov <anton.kochkov@gmail.com>"
34url {
35 src: "https://github.com/XVilka/yara-ocaml/archive/0.1.zip"
36 checksum: [
37 "sha256=02f4f48e9a0c01b693af87882d6ddac9b6a4c2d0bd1bea57cdec9a6a380cdf8e"
38 "md5=0c813a9a5c8ed75c06eb575a79f7e4b1"
39 ]
40}