this repo has no description

Merge pull request #20757 from m4c0/opam-publish-xmelly.1.0.0

Package xmelly.1.0.0

Kate f4b6b823 f9fa93e2

Changed files
+40
packages
xmelly
xmelly.1.0.0
+40
packages/xmelly/xmelly.1.0.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Simplest way to do simple parsing of simple XML files in OCaml"
+
description: """
+
This is a simple library to parse XML files in OCaml. It does not do
+
validation or output. Call `Xmelly.parse` with an `in_channel` and pattern
+
match you way into the data you want."""
+
maintainer: ["m4c0@users.noreply.github.com"]
+
authors: ["Eduardo Costa"]
+
license: "MIT"
+
homepage: "https://github.com/m4c0/xmelly"
+
bug-reports: "https://github.com/m4c0/xmelly/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/m4c0/xmelly.git"
+
url {
+
src: "https://github.com/m4c0/xmelly/archive/1.0.0.tar.gz"
+
checksum: [
+
"md5=8f270e31a05024727012925d6ea21f5c"
+
"sha512=bf6bcee870f21514dddc80a5476d781ccd1f3b6e84b1eab99085de28f65b2dae53506b09f37984e7b5d967419ea7fa07777da70092f52732eabaf22a5a88c335"
+
]
+
}