Skip to content

Commit

Permalink
Format upgrade merge (camlon.2.0.2)
Browse files Browse the repository at this point in the history
Merge done by Camelus based on opam-lib 2.0.0~rc
  • Loading branch information
camelus committed May 22, 2018
2 parents f4654e2 + fe80b23 commit 6aef59a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions packages/camlon/camlon.2.0.2/opam
@@ -0,0 +1,22 @@
opam-version: "2.0"
version: "2.0.2"
maintainer: "jun.furuse@gmail.com"
authors: "Jun Furuse"
homepage: "https://bitbucket.org/camlspotter/camlon"
bug-reports:
"https://bitbucket.org/camlspotter/camlon/issues?status=new&status=open"
dev-repo: "hg://https://bitbucket.org/camlspotter/camlon"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
"ocaml" {>= "4.03.0"}
"jbuilder" {build}
]
synopsis:
"Caml Object Notion, parsing and printing OCaml like data expressions"
description: """
CamlON is JSON in OCaml, a tree like data type structure with OCaml values'
look and feel. The library provides the data type and its parser and printer."""
url {
src: "https://bitbucket.org/camlspotter/camlon/get/2.0.2.tar.gz"
checksum: "md5=e43607c27052a920abd342206ef4f378"
}

0 comments on commit 6aef59a

Please sign in to comment.