this repo has no description

Package metadata.0.1.0

Changed files
+37
packages
metadata
metadata.0.1.0
+37
packages/metadata/metadata.0.1.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Read metadata from various file formats"
+
description: "A pure OCaml library for reading files from various formats."
+
maintainer: ["Samuel Mimram <smimram@gmail.com>"]
+
authors: ["Samuel Mimram <smimram@gmail.com>"]
+
license: "GPL-3.0-or-later"
+
homepage: "https://github.com/savonet/ocaml-metadata"
+
bug-reports: "https://github.com/savonet/ocaml-metadata/issues"
+
depends: [
+
"dune" {>= "3.6"}
+
"ocaml" {>= "4.14.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/savonet/ocaml-metadata.git"
+
url {
+
src:
+
"https://github.com/savonet/ocaml-metadata/archive/refs/tags/v0.1.0.tar.gz"
+
checksum: [
+
"md5=04eb1f2ab88492e862a7578c2e14dbea"
+
"sha512=2cdc84ca3d48724495aa39e31cf0a2525f7afeba82e4fc44cc45fe599c652d44fa5cd4a1b7fdf2e08190226466d4e2df6de10644c722d97de0bc200da3fe246e"
+
]
+
}