this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Release of magic version 0.7.4

Compatibility with OCaml 5.

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