this repo has no description
0
fork

Configure Feed

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

Package metadata.0.3.1

+37
+37
packages/metadata/metadata.0.3.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Read metadata from various file formats" 4 + description: "A pure OCaml library for reading files from various formats." 5 + maintainer: ["Samuel Mimram <smimram@gmail.com>"] 6 + authors: ["Samuel Mimram <smimram@gmail.com>"] 7 + license: "GPL-3.0-or-later" 8 + homepage: "https://github.com/savonet/ocaml-metadata" 9 + bug-reports: "https://github.com/savonet/ocaml-metadata/issues" 10 + depends: [ 11 + "dune" {>= "3.6"} 12 + "ocaml" {>= "4.14.0"} 13 + "odoc" {with-doc} 14 + ] 15 + build: [ 16 + ["dune" "subst"] {dev} 17 + [ 18 + "dune" 19 + "build" 20 + "-p" 21 + name 22 + "-j" 23 + jobs 24 + "@install" 25 + "@runtest" {with-test} 26 + "@doc" {with-doc} 27 + ] 28 + ] 29 + dev-repo: "git+https://github.com/savonet/ocaml-metadata.git" 30 + url { 31 + src: 32 + "https://github.com/savonet/ocaml-metadata/archive/refs/tags/v0.3.1.tar.gz" 33 + checksum: [ 34 + "md5=5a0597eb24363728fb11983fdad2f338" 35 + "sha512=7aa6a01579c38634eef9583dd192ddec3c621b2f1f19f9da1eee5e3dddaf5de925bf8177158f2734dd27b69be3309bd6a8d6b7888e5c698a843f7fe8bc0185c8" 36 + ] 37 + }