Skip to content

Commit f665120

Browse files
Merge pull request ocaml#27327 from zapashcanon/scfg.0.4
scfg.0.4
2 parents 2c9566f + a99a9f1 commit f665120

File tree

4 files changed

+52
-3
lines changed

4 files changed

+52
-3
lines changed

packages/ccbg/ccbg.0.1/opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"bos" {>= "0.2.0"}
1515
"directories"
1616
"fpath"
17-
"scfg" {>= "0.2"}
17+
"scfg" {>= "0.2" & < "0.4"}
1818
"odoc" {with-doc}
1919
]
2020
conflicts: [

packages/gotd/gotd.0.1/opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ depends: [
1212
"bos"
1313
"directories"
1414
"fpath"
15-
"scfg"
15+
"scfg" {< "0.4"}
1616
"odoc" {with-doc}
1717
]
1818
conflicts: ["rresult" {< "0.7"}]

packages/scfg/scfg.0.4/opam

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis:
4+
"OCaml library and executable to work with the scfg configuration file format"
5+
description:
6+
"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."
7+
maintainer: ["Léo Andrès <contact@ndrs.fr>"]
8+
authors: ["Léo Andrès <contact@ndrs.fr>"]
9+
license: "ISC"
10+
tags: ["scfg" "configuration" "format" "simple" "config" "parser" "printer"]
11+
homepage: "https://git.zapashcanon.fr/zapashcanon/scfg"
12+
doc: "https://doc.zapashcanon.fr/scfg"
13+
bug-reports: "https://git.zapashcanon.fr/zapashcanon/scfg/issues"
14+
depends: [
15+
"dune" {>= "2.9"}
16+
"bos" {>= "0.2.1"}
17+
"path"
18+
"cmdliner" {>= "1.3.0"}
19+
"fmt" {>= "0.9.0"}
20+
"menhir" {>= "20211230"}
21+
"ocaml" {>= "4.13"}
22+
"sedlex"
23+
"prelude" {>= "0.4"}
24+
"odoc" {with-doc}
25+
]
26+
build: [
27+
["dune" "subst"] {dev}
28+
[
29+
"dune"
30+
"build"
31+
"-p"
32+
name
33+
"-j"
34+
jobs
35+
"--promote-install-files=false"
36+
"@install"
37+
"@runtest" {with-test}
38+
"@doc" {with-doc}
39+
]
40+
["dune" "install" "-p" name "--create-install-files" name]
41+
]
42+
dev-repo: "git+https://git.zapashcanon.fr/zapashcanon/scfg.git"
43+
url {
44+
src: "https://git.zapashcanon.fr/zapashcanon/scfg/archive/0.4.tar.gz"
45+
checksum: [
46+
"sha256=4098b9d5d1facd20325332939d7167d54f6dd612e4915df5eebfda90eb027997"
47+
"sha512=70bbb4d7ff41e165cd9b61b53bd554aba362bd51728dc3d366ce0fa0ed88dc68d58345d995188793a7220d7779eea4d5433257011a77c58e3f4498839544acf4"
48+
]
49+
}

packages/sun/sun.0.1/opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ depends: [
1313
"ocaml" {>= "4.13"}
1414
"cmdliner" {>= "1.1.0"}
1515
"directories"
16-
"scfg"
16+
"scfg" {< "0.4"}
1717
"odoc" {with-doc}
1818
]
1919
build: [

0 commit comments

Comments
 (0)