Skip to content

Commit 93853e3

Browse files
authored
Merge pull request ocaml#27714 from alan-j-hu/release-plist-xml-0.5.1
[new release] plist-xml (0.5.1)
2 parents 11a45a4 + bf71a04 commit 93853e3

File tree

1 file changed

+48
-0
lines changed
  • packages/plist-xml/plist-xml.0.5.1

1 file changed

+48
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
opam-version: "2.0"
2+
synopsis:
3+
"Reading and writing of plist files in the XML format in pure OCaml"
4+
description: """
5+
Reading and writing of plist files in the XML format in pure OCaml.
6+
7+
Implementation of https://www.apple.com/DTDs/PropertyList-1.0.dtd."""
8+
maintainer: ["Alan Hu <[email protected]>"]
9+
authors: ["Alan Hu <[email protected]>"]
10+
license: "MIT"
11+
homepage: "https://github.com/alan-j-hu/ocaml-plist-xml"
12+
doc: "https://alan-j-hu.github.io/ocaml-plist-xml/"
13+
bug-reports: "https://github.com/alan-j-hu/ocaml-plist-xml/issues"
14+
depends: [
15+
"dune" {>= "2.7"}
16+
"base64" {>= "3.4"}
17+
"ISO8601" {>= "0.2.6"}
18+
"menhir" {>= "20220210"}
19+
"ocaml" {>= "4.13"}
20+
"xmlm" {>= "1.4"}
21+
"eio" {>= "0.7" & with-test}
22+
"eio_main" {>= "0.7" & with-test}
23+
"odoc" {with-doc}
24+
]
25+
build: [
26+
["dune" "subst"] {dev}
27+
[
28+
"dune"
29+
"build"
30+
"-p"
31+
name
32+
"-j"
33+
jobs
34+
"@install"
35+
"@runtest" {with-test}
36+
"@doc" {with-doc}
37+
]
38+
]
39+
dev-repo: "git+https://github.com/alan-j-hu/ocaml-plist-xml.git"
40+
url {
41+
src:
42+
"https://github.com/alan-j-hu/ocaml-plist-xml/releases/download/0.5.1/plist-xml-0.5.1.tbz"
43+
checksum: [
44+
"sha256=3c40af8ede1c1e0b2893e44f5caecac7f1017271e820a9a57124ac736a49a678"
45+
"sha512=bfdf0e6134a0369ffd0266db75f218037619fd0709d5812aa12aea6c4f4b996bd97264e8cbbb90817347d52bb380659c50f87b23b828b44cdd1a3d1d34818226"
46+
]
47+
}
48+
x-commit-hash: "66cd5f23fb0b884e0564741f667861c16a873328"

0 commit comments

Comments
 (0)