this repo has no description

scfg.0.3

Changed files
+41
packages
scfg
scfg.0.3
+41
packages/scfg/scfg.0.3/opam
···
+
opam-version: "2.0"
+
synopsis:
+
"OCaml library and executable to work with the scfg configuration file format"
+
description:
+
"scfg is an OCaml library and executable to work with the scfg configuration file format. It provides a parser, a pretty printer and a module to perform queries."
+
maintainer: ["Léo Andrès <contact@ndrs.fr>"]
+
authors: ["Léo Andrès <contact@ndrs.fr>"]
+
license: "ISC"
+
tags: ["scfg" "configuration" "format" "simple" "config" "parser" "printer"]
+
homepage: "https://git.zapashcanon.fr/zapashcanon/scfg"
+
doc: "https://doc.zapashcanon.fr/scfg"
+
bug-reports: "https://git.zapashcanon.fr/zapashcanon/scfg/issues"
+
depends: [
+
"dune" {>= "2.8"}
+
"ocaml" {>= "4.13"}
+
"menhir" {>= "20211230"}
+
"sedlex"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://git.zapashcanon.fr/zapashcanon/scfg.git"
+
url {
+
src: "https://git.zapashcanon.fr/zapashcanon/scfg/archive/0.3.tar.gz"
+
checksum: [
+
"sha256=42149d1b908de191e1d96dcce3289ba15337ac912af4db9dbf70625ac60da9cd"
+
"sha512=8592f6c53bded156573f4d30381792d99b5ad2f570124fd60e477f8f9e11a4556fe877181bc5d9e86896aea415576678399091d15719491f573fa055ca5f1b68"
+
]
+
}