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 cde6b31
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions packages/magic/magic.0.7.4/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
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" {>= "2.2.0" & build}
]
depexts: [
["libmagic-dev"] {os-family = "debian"}
]
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=f192789ad791e0db08c54920c39d84f3534900c780dcab71c1635d331604e04d"
"md5=06acd3ed8662c443f71e08145e32411b"
]
}

0 comments on commit cde6b31

Please sign in to comment.