this repo has no description
1opam-version: "2.0"
2
3maintainer: "Anton Bachin <antonbachin@yahoo.com>"
4authors: "Anton Bachin <antonbachin@yahoo.com>"
5homepage: "https://github.com/aantron/markup.ml"
6doc: "http://aantron.github.io/markup.ml"
7bug-reports: "https://github.com/aantron/markup.ml/issues"
8dev-repo: "git+https://github.com/aantron/markup.ml.git"
9license: "BSD-3-Clause"
10
11depends: [
12 "base-unix"
13 "dune"
14 "lwt"
15 "markup" {>= "0.8.0"}
16]
17
18build: [
19 ["dune" "build" "-p" name "-j" jobs]
20]
21
22synopsis: "Adapter between Markup.ml and Lwt"
23
24url {
25 src: "https://github.com/aantron/markup.ml/archive/0.8.0.tar.gz"
26 checksum: [
27 "sha256=35cd4a7a687eaca860e8e45f5cf12adef54ffb2c15edd936552d90972ec3239b"
28 "md5=be0e44a8e8a540f633996e0e26109b4d"
29 ]
30}