this repo has no description

Package camlon.3.1.0

Changed files
+25
packages
camlon
camlon.3.1.0
+25
packages/camlon/camlon.3.1.0/opam
···
+
opam-version: "2.0"
+
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."""
+
maintainer: "jun.furuse@gmail.com"
+
authors: "Jun Furuse"
+
license: "MIT"
+
homepage: "https://gitlab.com/camlspotter/camlon"
+
bug-reports: "https://gitlab.com/camlspotter/camlon/-/issues"
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.0"}
+
]
+
build: ["dune" "build" "-p" name "-j" jobs]
+
dev-repo: "git+https://gitlab.com/camlspotter/camlon"
+
url {
+
src:
+
"https://gitlab.com/camlspotter/camlon/-/archive/3.1.0/camlon-3.1.0.tar.gz"
+
checksum: [
+
"md5=736b0f67d44d23b72fe6eacae8c9e4c2"
+
"sha512=d4fb268476a44329e90f645d057cc0b3a2a2a4cad4f6f0d3aa51db39ec2bdeefe05014417c423c3cf5c52b22c9f03b99d075ff7bdc8247b1baa85962ef556fc1"
+
]
+
}