Skip to content

Commit

Permalink
Release of magic version 0.7.4
Browse files Browse the repository at this point in the history
Compatibility with OCaml 5.
  • Loading branch information
Chris00 committed Nov 8, 2024
1 parent d8b8cea commit 3ecb3be
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions packages/magic/magic.0.7.4/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
opam-version: "2.0"
maintainer: "Christophe Troestler <[email protected]>"
authors: [ "Christophe Troestler <[email protected]>" ]
license: "GPL-3.0-or-later WITH OCaml-LGPL-linking-exception"
synopsis: "Bindings to libmagic"
homepage: "https://github.com/Chris00/ocaml-magic"
dev-repo: "git+https://github.com/Chris00/ocaml-magic.git"
bug-reports: "https://github.com/Chris00/ocaml-magic/issues"
build: [
["./configure"]
[make]
]
install: [make "install"]
remove: [
["ocamlfind" "remove" "magic"]
]
depends: [
"ocamlfind" {build}
]
depexts: [
["libmagic-dev"] {os-family = "debian"}
["file-devel"] {os-distribution = "centos"}
["file-devel"] {os-distribution = "fedora"}
["file-devel"] {os-family = "suse" | os-family = "opensuse"}
["libmagic-devel"] {os-distribution = "mageia"}
["libmagic"] {os = "macos" & os-distribution = "homebrew"}
["libmagic"] {os = "freebsd"}
["libmagic"] {os = "openbsd"}
]
available: [ os != "win32" ]
url {
src: "https://github.com/Chris00/ocaml-magic/releases/download/v0.7.4/ocaml-magic-0.7.4.tar.gz"
checksum: [
"sha256=e77727516740913b14f1d72323769a15e47821a18a4cf2097f2396852d01f16f"
"md5=f0cecd505ad11e3a37d2f3f602a4b258"
]
}

0 comments on commit 3ecb3be

Please sign in to comment.