this repo has no description
1opam-version: "2.0"
2synopsis: "Parse and generate YAML 1.1/1.2 files"
3description: """\
4This is an OCaml library to parse and generate the YAML file
5format. It is intended to interoperable with the [Ezjsonm](https://github.com/mirage/ezjsonm)
6JSON handling library, if the simple common subset of Yaml
7is used. Anchors and other advanced Yaml features are not
8implemented in the JSON compatibility layer.
9
10The [Yaml module docs](http://anil-code.recoil.org/ocaml-yaml/yaml/Yaml/index.html) are browseable online."""
11maintainer: "Anil Madhavapeddy <anil@recoil.org>"
12authors: [
13 "Anil Madhavapeddy <anil@recoil.org>"
14 "Rizo Isrof <rizo@odis.io>"
15 "Patrick Ferris"
16 "favonia@gmail.com"
17 "Alan J Hu <alanh@ccs.neu.edu>"
18]
19license: "ISC"
20tags: ["org:mirage" "org:ocamllabs"]
21homepage: "https://github.com/avsm/ocaml-yaml"
22doc: "https://avsm.github.io/ocaml-yaml/"
23bug-reports: "https://github.com/avsm/ocaml-yaml/issues"
24depends: [
25 "ocaml" {>= "4.05.0"}
26 "dune" {>= "1.3"}
27 "dune-configurator"
28 "ctypes" {>= "0.14.0"}
29 "rresult" {< "0.7.0"}
30 "bos"
31 "fmt" {with-test}
32 "logs" {with-test}
33 "mdx" {with-test}
34 "alcotest" {with-test}
35 "crowbar" {with-test}
36 "junit_alcotest" {with-test}
37 "ezjsonm" {with-test}
38]
39build: [
40 ["dune" "subst"] {dev}
41 ["dune" "build" "-p" name "-j" jobs]
42 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
43]
44dev-repo: "git+https://github.com/avsm/ocaml-yaml.git"
45url {
46 src:
47 "https://github.com/avsm/ocaml-yaml/releases/download/v3.0.0/yaml-v3.0.0.tbz"
48 checksum: [
49 "sha256=4c48e27092d5c95cb49898ca637be92d2a70f1769fd1532b84a5e56c17359ac7"
50 "sha512=abf7d8c3e4e5f30f19f76b52e8c5b7593c8dca42050bc2d780cbc6e7e7cc49b40b6f27d8b884ce2b39ce0d63d5da715b86692ebe2792ecd1b455128c294a518d"
51 ]
52}
53x-commit-hash: "d70ba31b2e8d7e0f8f805d7d1de9c1c7297e0d75"