this repo has no description

Merge pull request #21712 from panglesd/release-hockmd-0.1.0

[new release] hockmd (0.1.0)

Kate d3a84ae1 e545470b

Changed files
+48
packages
hockmd
hockmd.0.1.0
+48
packages/hockmd/hockmd.0.1.0/opam
···
···
+
opam-version: "2.0"
+
synopsis: "A library to access hackmd's api"
+
description: "A library to access hackmd's api"
+
maintainer: ["Paul-Elliot Anglès d'Auriac <peada@free.fr>"]
+
authors: ["Paul-Elliot Anglès d'Auriac <peada@free.fr>"]
+
license: "MIT"
+
homepage: "https://github.com/panglesd/hockmd"
+
doc: "https://panglesd.github.io/hockmd-api/"
+
bug-reports: "https://github.com/panglesd/hockmd/issues"
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.0"}
+
"cohttp"
+
"cohttp-lwt-unix"
+
"lwt" {>= "5.3.0" }
+
"ppx_deriving"
+
"yojson"
+
"ppx_yojson_conv"
+
"alcotest" {with-test}
+
"odoc" {with-doc}
+
]
+
conflicts: [
+
"result" {< "1.5"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/panglesd/hockmd.git"
+
url {
+
src:
+
"https://github.com/panglesd/hockmd/releases/download/0.1.0/hockmd-0.1.0.tbz"
+
checksum: [
+
"sha256=72215a2a33d7c6976995caccad8ea066c220156231956ef0d30b3fadcdd195b3"
+
"sha512=2085c1c85b01265237c9b587269f972632bc6c398d2fa72b8bba95fcf508a9fe8e1d73876b873852e068a912764ed6dc0a9cb5b5d4c0ab27b5ca6e15e47ce3f9"
+
]
+
}
+
x-commit-hash: "f6d4754288f7d897dc5187ca9353fcff598a965b"