this repo has no description
1opam-version: "2.0"
2maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>"
3authors: [ "Christophe Troestler <Christophe.Troestler@umons.ac.be>" ]
4license: "GPL-3.0-or-later WITH OCaml-LGPL-linking-exception"
5synopsis: "Bindings to libmagic"
6homepage: "https://github.com/Chris00/ocaml-magic"
7dev-repo: "git+https://github.com/Chris00/ocaml-magic.git"
8bug-reports: "https://github.com/Chris00/ocaml-magic/issues"
9build: [
10 ["./configure"]
11 [make]
12]
13install: [make "install"]
14depends: [
15 "ocamlfind" {build}
16]
17depexts: [
18 ["libmagic-dev"] {os-family = "debian"}
19 ["file-devel"] {os-distribution = "centos"}
20 ["file-devel"] {os-distribution = "fedora"}
21 ["file-devel"] {os-family = "suse" | os-family = "opensuse"}
22 ["file-dev"] {os-family = "alpine"}
23 ["file"] {os-family = "arch"}
24 ["libmagic-devel"] {os-distribution = "mageia"}
25 ["file"] {os = "freebsd"}
26 ["file"] {os = "openbsd"}
27 ["libmagic"] {os = "macos" & os-distribution = "homebrew"}
28]
29available: [ os != "win32" & os != "macos" ]
30url {
31 src: "https://github.com/Chris00/ocaml-magic/releases/download/v0.7.4/ocaml-magic-0.7.4.tar.gz"
32 checksum: [
33 "sha256=025d68bc9b6a7f9987defd8157942ffdcba83849e312bf2f890e93bbb3932013"
34 "md5=e11b0137eb0c9acf78a139907b243255"
35 ]
36}