Skip to content

Commit

Permalink
Merge pull request #9319 from djs55/ezjsonm
Browse files Browse the repository at this point in the history
Add ezjsonm{,-lwt}.0.5.0
  • Loading branch information
avsm committed May 26, 2017
2 parents e5b1842 + 94507a3 commit 9a0d1f3
Show file tree
Hide file tree
Showing 6 changed files with 76 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/ezjsonm-lwt/ezjsonm-lwt.0.5.0/descr
@@ -0,0 +1,9 @@
An easy interface on top of the Jsonm library

This version provides more convenient (but far less flexible)
input and output functions that go to and from [string] values.
This avoids the need to write signal code, which is useful for
quick scripts that manipulate JSON.

More advanced users should go straight to the Jsonm library and
use it directly, rather than be saddled with the Ezjsonm interface.
28 changes: 28 additions & 0 deletions packages/ezjsonm-lwt/ezjsonm-lwt.0.5.0/opam
@@ -0,0 +1,28 @@
opam-version: "1.2"
maintainer: "thomas@gazagnaire.org"
authors: "Thomas Gazagnaire"
license: "ISC"
homepage: "https://github.com/mirage/ezjsonm"
bug-reports: "https://github.com/mirage/ezjsonm/issues"
dev-repo: "https://github.com/mirage/ezjsonm.git"
doc: "https://mirage.github.io/ezjsonm"
tags: [
"org:mirage"
"org:ocamllabs"
]

build: [
[ "jbuilder" "subst"] {pinned}
[ "jbuilder" "build" "-p" name "-j" jobs ]
]

depends: [
"ezjsonm" {= "0.5.0"}
"ocamlfind" {build}
"jbuilder" {build & >="1.0+beta9"}
"alcotest" {test & >= "0.4.0"}
"jsonm" {>= "0.9.1"}
"sexplib"
"hex"
"lwt" {>= "2.5.0"}
]
2 changes: 2 additions & 0 deletions packages/ezjsonm-lwt/ezjsonm-lwt.0.5.0/url
@@ -0,0 +1,2 @@
http: "https://github.com/mirage/ezjsonm/releases/download/0.5.0/ezjsonm-0.5.0.tbz"
checksum: "3a081dee6fc0cc0ce9462986888fa0bf"
9 changes: 9 additions & 0 deletions packages/ezjsonm/ezjsonm.0.5.0/descr
@@ -0,0 +1,9 @@
An easy interface on top of the Jsonm library

This version provides more convenient (but far less flexible)
input and output functions that go to and from [string] values.
This avoids the need to write signal code, which is useful for
quick scripts that manipulate JSON.

More advanced users should go straight to the Jsonm library and
use it directly, rather than be saddled with the Ezjsonm interface.
26 changes: 26 additions & 0 deletions packages/ezjsonm/ezjsonm.0.5.0/opam
@@ -0,0 +1,26 @@
opam-version: "1.2"
maintainer: "thomas@gazagnaire.org"
authors: "Thomas Gazagnaire"
license: "ISC"
homepage: "https://github.com/mirage/ezjsonm"
bug-reports: "https://github.com/mirage/ezjsonm/issues"
dev-repo: "https://github.com/mirage/ezjsonm.git"
doc: "https://mirage.github.io/ezjsonm"
tags: [
"org:mirage"
"org:ocamllabs"
]

build: [
[ "jbuilder" "subst"] {pinned}
[ "jbuilder" "build" "-p" name "-j" jobs ]
]

depends: [
"ocamlfind" {build}
"jbuilder" {build & >="1.0+beta9"}
"alcotest" {test & >= "0.4.0"}
"jsonm" {>= "0.9.1"}
"sexplib"
"hex"
]
2 changes: 2 additions & 0 deletions packages/ezjsonm/ezjsonm.0.5.0/url
@@ -0,0 +1,2 @@
http: "https://github.com/mirage/ezjsonm/releases/download/0.5.0/ezjsonm-0.5.0.tbz"
checksum: "3a081dee6fc0cc0ce9462986888fa0bf"

0 comments on commit 9a0d1f3

Please sign in to comment.