Skip to content

Commit ad4c296

Browse files
authored
Merge pull request ocaml#23391 from alan-j-hu/release-plist-xml-0.4.0
[new release] plist-xml (0.4.0)
2 parents f06ffc2 + b0968b1 commit ad4c296

File tree

5 files changed

+57
-8
lines changed
  • packages
    • plist-xml/plist-xml.0.4.0
    • textmate-language
      • textmate-language.0.3.0
      • textmate-language.0.3.1
      • textmate-language.0.3.2
      • textmate-language.0.3.3

5 files changed

+57
-8
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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+
"cstruct" {>= "6.1"}
18+
"ISO8601" {>= "0.2.6"}
19+
"menhir" {>= "20220210"}
20+
"ocaml" {>= "4.13"}
21+
"xmlm" {>= "1.4"}
22+
"eio" {>= "0.7" & with-test}
23+
"eio_main" {>= "0.7" & with-test}
24+
"odoc" {with-doc}
25+
]
26+
build: [
27+
["dune" "subst"] {dev}
28+
[
29+
"dune"
30+
"build"
31+
"-p"
32+
name
33+
"-j"
34+
jobs
35+
"@install"
36+
"@runtest" {with-test}
37+
"@doc" {with-doc}
38+
]
39+
]
40+
dev-repo: "git+https://github.com/alan-j-hu/ocaml-plist-xml.git"
41+
url {
42+
src:
43+
"https://github.com/alan-j-hu/ocaml-plist-xml/releases/download/0.4.0/plist-xml-0.4.0.tbz"
44+
checksum: [
45+
"sha256=0aeed3aac1643f3c76550d44010e343481b6ac77d4ab1762300167472a813791"
46+
"sha512=c61bef883fe99974a1501faa89bde8d1dc788fc48d83a1ccf4f1473f99c58d9edb584e36f21ca93ecea61f9bd4aa55713b3edd18de476660ccd8edd12127e7f2"
47+
]
48+
}
49+
x-commit-hash: "fcb471249ec9f0274b1b9e12d1e330c5522ff2d6"

packages/textmate-language/textmate-language.0.3.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ depends: [
1313
"dune" {>= "2.7"}
1414
"ocaml" {>= "4.08"}
1515
"oniguruma" {< "0.2.0"}
16-
"plist-xml" {with-test}
17-
"markup" {with-test}
1816
"alcotest" {>= "1.4" & < "2" & with-test}
1917
"ezjsonm" {>= "1.2" & < "2" & with-test}
18+
"markup" {>= "1.0" & with-test}
19+
"plist-xml" {< "0.4.0" & with-test}
2020
"yojson" {>= "1.7" & < "2" & with-test}
2121
"odoc" {with-doc}
2222
]

packages/textmate-language/textmate-language.0.3.1/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ depends: [
1515
"dune" {>= "2.7"}
1616
"ocaml" {>= "4.08"}
1717
"oniguruma" {< "0.2.0"}
18-
"plist-xml" {with-test}
19-
"markup" {with-test}
2018
"alcotest" {>= "1.4" & < "2" & with-test}
2119
"ezjsonm" {>= "1.2" & < "2" & with-test}
20+
"markup" {>= "1.0" & with-test}
21+
"plist-xml" {< "0.4.0" & with-test}
2222
"yojson" {>= "1.7" & < "2" & with-test}
2323
"odoc" {with-doc}
2424
]

packages/textmate-language/textmate-language.0.3.2/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ depends: [
1616
"dune" {>= "2.7"}
1717
"ocaml" {>= "4.08"}
1818
"oniguruma" {< "0.2.0"}
19-
"plist-xml" {with-test}
20-
"markup" {with-test}
2119
"alcotest" {>= "1.4" & < "2" & with-test}
2220
"ezjsonm" {>= "1.2" & < "2" & with-test}
21+
"markup" {>= "1.0" & with-test}
22+
"plist-xml" {< "0.4.0" & with-test}
2323
"yojson" {>= "1.7" & < "2" & with-test}
2424
"odoc" {with-doc}
2525
]

packages/textmate-language/textmate-language.0.3.3/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ depends: [
1616
"dune" {>= "2.7"}
1717
"ocaml" {>= "4.08"}
1818
"oniguruma" {>= "0.1.2" & < "0.2.0"}
19-
"plist-xml" {with-test}
20-
"markup" {with-test}
2119
"alcotest" {>= "1.4" & < "2" & with-test}
2220
"ezjsonm" {>= "1.2" & < "2" & with-test}
21+
"markup" {>= "1.0" & with-test}
22+
"plist-xml" {< "0.4.0" & with-test}
2323
"yojson" {>= "1.7" & < "2" & with-test}
2424
"odoc" {with-doc}
2525
]

0 commit comments

Comments
 (0)