this repo has no description

Merge pull request #27327 from zapashcanon/scfg.0.4

scfg.0.4

Changed files
+52 -3
packages
ccbg
ccbg.0.1
gotd
gotd.0.1
scfg
scfg.0.4
sun
sun.0.1
+1 -1
packages/ccbg/ccbg.0.1/opam
···
"bos" {>= "0.2.0"}
"directories"
"fpath"
-
"scfg" {>= "0.2"}
+
"scfg" {>= "0.2" & < "0.4"}
"odoc" {with-doc}
]
conflicts: [
+1 -1
packages/gotd/gotd.0.1/opam
···
"bos"
"directories"
"fpath"
-
"scfg"
+
"scfg" {< "0.4"}
"odoc" {with-doc}
]
conflicts: ["rresult" {< "0.7"}]
+49
packages/scfg/scfg.0.4/opam
···
+
# This file is generated by dune, edit dune-project instead
+
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.9"}
+
"bos" {>= "0.2.1"}
+
"path"
+
"cmdliner" {>= "1.3.0"}
+
"fmt" {>= "0.9.0"}
+
"menhir" {>= "20211230"}
+
"ocaml" {>= "4.13"}
+
"sedlex"
+
"prelude" {>= "0.4"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://git.zapashcanon.fr/zapashcanon/scfg.git"
+
url {
+
src: "https://git.zapashcanon.fr/zapashcanon/scfg/archive/0.4.tar.gz"
+
checksum: [
+
"sha256=4098b9d5d1facd20325332939d7167d54f6dd612e4915df5eebfda90eb027997"
+
"sha512=70bbb4d7ff41e165cd9b61b53bd554aba362bd51728dc3d366ce0fa0ed88dc68d58345d995188793a7220d7779eea4d5433257011a77c58e3f4498839544acf4"
+
]
+
}
+1 -1
packages/sun/sun.0.1/opam
···
"ocaml" {>= "4.13"}
"cmdliner" {>= "1.1.0"}
"directories"
-
"scfg"
+
"scfg" {< "0.4"}
"odoc" {with-doc}
]
build: [