Skip to content

Commit

Permalink
Merge pull request ocaml#12129 from mirage/yaml-0.2.1
Browse files Browse the repository at this point in the history
+yaml.0.2.1
  • Loading branch information
kit-ty-kate authored Jun 8, 2018
2 parents 5872fa5 + 88a003e commit 2ee5c32
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/yaml/yaml.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license: "ISC"
dev-repo: "https://github.com/avsm/ocaml-yaml.git"
bug-reports: "https://github.com/avsm/ocaml-yaml/issues"
tags: ["org:mirage" "org:ocamllabs"]
available: [ ocaml-version >= "4.03.0"]
available: [ ocaml-version >= "4.03.0" & arch != "ppc64" ]
depends: [
"jbuilder" {build & >="1.0+beta10"}
"ctypes" {>="0.12.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/yaml/yaml.0.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license: "ISC"
dev-repo: "https://github.com/avsm/ocaml-yaml.git"
bug-reports: "https://github.com/avsm/ocaml-yaml/issues"
tags: ["org:mirage" "org:ocamllabs"]
available: [ ocaml-version >= "4.03.0"]
available: [ ocaml-version >= "4.03.0" & arch != "ppc64" ]
depends: [
"jbuilder" {build & >="1.0+beta17"}
"ctypes" {>="0.12.0"}
Expand Down
9 changes: 9 additions & 0 deletions packages/yaml/yaml.0.2.1/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Parse and generate YAML 1.1 files

This is an OCaml library to parse and generate the YAML file
format. It is intended to interoperable with the [Ezjsonm](https://github.com/mirage/ezjsonm)
JSON handling library, if the simple common subset of Yaml
is used. Anchors and other advanced Yaml features are not
implemented in the JSON compatibility layer.

The [Yaml module docs](http://anil-code.recoil.org/ocaml-yaml/yaml/Yaml/index.html) are browseable online.
30 changes: 30 additions & 0 deletions packages/yaml/yaml.0.2.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
opam-version: "1.2"
maintainer: "Anil Madhavapeddy <[email protected]>"
authors: ["Anil Madhavapeddy <[email protected]>"]
homepage: "https://github.com/avsm/ocaml-yaml"
doc: "http://anil-code.github.io/ocaml-yaml"
license: "ISC"
dev-repo: "https://github.com/avsm/ocaml-yaml.git"
bug-reports: "https://github.com/avsm/ocaml-yaml/issues"
tags: ["org:mirage" "org:ocamllabs"]
available: [ ocaml-version >= "4.06.0"]
depends: [
"jbuilder" {build & >="1.0+beta17"}
"configurator"
"ctypes" {>="0.12.0"}
"ppx_sexp_conv" {>="v0.9.0"}
"sexplib"
"rresult"
"fmt"
"logs"
"bos"
"alcotest" {test}
"ezjsonm" {test}
]
build: [
["jbuilder" "subst"] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
]
build-test: [
["jbuilder" "runtest" "-p" name]
]
2 changes: 2 additions & 0 deletions packages/yaml/yaml.0.2.1/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/avsm/ocaml-yaml/releases/download/v0.2.1/yaml-0.2.1.tbz"
checksum: "1955537158af5ad333ff6a7c6ff73f8f"

0 comments on commit 2ee5c32

Please sign in to comment.