this repo has no description
0
fork

Configure Feed

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

Merge pull request #26849 from Chris00/master

Release of magic version 0.7.4

authored by

Shon Feder and committed by
GitHub
f0b7c22e eecf6d03

+36
+36
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 + depends: [ 15 + "ocamlfind" {build} 16 + ] 17 + depexts: [ 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 + ] 29 + available: [ os != "win32" & os != "macos" ] 30 + url { 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 + }