Skip to content
This repository was archived by the owner on Aug 4, 2020. It is now read-only.

Commit 5c8f105

Browse files
committed
chore: opam lint
1 parent b7beaf7 commit 5c8f105

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

jsonrpc2-lwt.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: "0.1"
44
authors: ["Simon Cruanes"]
55
maintainer: "simon.cruanes.2007@m4x.org"
66
license: "MIT"
7-
description: "JSONRPC2 implementation"
7+
synopsis: "JSONRPC2 implementation: lwt adapter"
88
build: [
99
["dune" "build" "@install" "-p" name "-j" jobs]
1010
["dune" "build" "@doc" "-p" name] {with-doc}

jsonrpc2-sync.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: "0.1"
44
authors: ["Simon Cruanes"]
55
maintainer: "simon.cruanes.2007@m4x.org"
66
license: "MIT"
7-
description: "JSONRPC2 implementation"
7+
synopsis: "JSONRPC2 implementation: synchronous adapter"
88
build: [
99
["dune" "build" "@install" "-p" name "-j" jobs]
1010
["dune" "build" "@doc" "-p" name] {with-doc}

jsonrpc2.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: "0.1"
44
authors: ["Simon Cruanes"]
55
maintainer: "simon.cruanes.2007@m4x.org"
66
license: "MIT"
7-
description: "JSONRPC2 implementation"
7+
synopsis: "JSONRPC2 implementation"
88
build: [
99
["dune" "build" "@install" "-p" name "-j" jobs]
1010
["dune" "build" "@doc" "-p" name] {with-doc}

0 commit comments

Comments
 (0)