this repo has no description

Package kdl.0.1.0

Changed files
+38
packages
kdl
kdl.0.1.0
+38
packages/kdl/kdl.0.1.0/opam
···
+
opam-version: "2.0"
+
synopsis: "An implementation of the KDL document laguage"
+
maintainer: "github.com/Bannerets <comonoid@protonmail.com>"
+
authors: "github.com/Bannerets <comonoid@protonmail.com>"
+
license: "MIT"
+
tags: ["configuration-language" "serialization-language"]
+
homepage: "https://github.com/Bannerets/ocaml-kdl"
+
bug-reports: "https://github.com/Bannerets/ocaml-kdl/issues"
+
dev-repo: "git+https://github.com/Bannerets/ocaml-kdl.git"
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "3.0"}
+
"menhir"
+
"menhirLib"
+
"sedlex" {>= "2.3"}
+
"sexplib0"
+
"ppx_expect" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
url {
+
src: "https://github.com/Bannerets/ocaml-kdl/archive/refs/tags/v0.1.0.tar.gz"
+
checksum: [
+
"sha256=84b37a3a61d2fe5fc7f8076af664e94257993db8662ce4218555ff0a9891424c"
+
"sha512=3a165f895f600c9a277f85f6530ec5edb6e4ff550de26d65979bff6caeb0b74f59e38a908a2b82112ffe7220deec4118fb38f32f816f5cad4fad5b8a0a1f6e25"
+
]
+
}