this repo has no description
1opam-version: "2.0"
2maintainer: "https://github.com/ocaml/opam-repository/issues"
3build: [
4 ["./configure" "--prefix" prefix "--datarootdir" prefix]
5 [make "byte" "opt"]
6]
7remove: [
8 ["./configure" "--prefix" prefix "--datarootdir" prefix]
9 [make "uninstall"]
10]
11depends: [
12 "ocaml" {< "5.0"}
13 "ocamlfind"
14 "conf-which" {build}
15]
16depexts: [
17 ["file-dev"] {os-distribution = "alpine"}
18 ["file-devel"] {os-distribution = "centos"}
19 ["file-devel"] {os-distribution = "fedora"}
20 ["file-devel"] {os-family = "suse" | os-family = "opensuse"}
21 ["libmagic-dev"] {os-family = "debian"}
22 ["libmagic"] {os = "macos" & os-distribution = "homebrew"}
23]
24install: [make "install"]
25synopsis: "Bindings for libmagic (to determine the type of files)"
26url {
27 src:
28 "http://downloads.sourceforge.net/project/ocaml-magic/ocaml-magic/0.7/ocaml-magic-0.7.3.tar.gz"
29 checksum: [
30 "sha256=fd09e2208b1483062919f8aa57d24427584729a6a00b6cdf3133fda425870fbc"
31 "md5=5b8a4d149fe8ce095ab8115f2e49beba"
32 ]
33}