this repo has no description
1opam-version: "2.0"
2synopsis: "A library to access hackmd's api"
3description: "A library to access hackmd's api"
4maintainer: ["Paul-Elliot Anglès d'Auriac <peada@free.fr>"]
5authors: ["Paul-Elliot Anglès d'Auriac <peada@free.fr>"]
6license: "MIT"
7homepage: "https://github.com/panglesd/hockmd"
8doc: "https://panglesd.github.io/hockmd/"
9bug-reports: "https://github.com/panglesd/hockmd/issues"
10depends: [
11 "ocaml" {>= "4.08.0"}
12 "dune" {>= "2.0"}
13 "cohttp"
14 "cohttp-lwt-unix"
15 "lwt" {>= "5.3.0" }
16 "ppx_deriving"
17 "yojson"
18 "ppx_yojson_conv" {< "v0.16.0"}
19 "alcotest" {with-test}
20 "odoc" {with-doc}
21]
22conflicts: [
23 "result" {< "1.5"}
24]
25build: [
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]
39dev-repo: "git+https://github.com/panglesd/hockmd.git"
40url {
41 src:
42 "https://github.com/panglesd/hockmd/releases/download/0.1.0/hockmd-0.1.0.tbz"
43 checksum: [
44 "sha256=72215a2a33d7c6976995caccad8ea066c220156231956ef0d30b3fadcdd195b3"
45 "sha512=2085c1c85b01265237c9b587269f972632bc6c398d2fa72b8bba95fcf508a9fe8e1d73876b873852e068a912764ed6dc0a9cb5b5d4c0ab27b5ca6e15e47ce3f9"
46 ]
47}
48x-commit-hash: "f6d4754288f7d897dc5187ca9353fcff598a965b"