this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27327 from zapashcanon/scfg.0.4

scfg.0.4

authored by

Raphaël Proust and committed by
GitHub
f665120a 2c9566f0

+52 -3
+1 -1
packages/ccbg/ccbg.0.1/opam
··· 14 14 "bos" {>= "0.2.0"} 15 15 "directories" 16 16 "fpath" 17 - "scfg" {>= "0.2"} 17 + "scfg" {>= "0.2" & < "0.4"} 18 18 "odoc" {with-doc} 19 19 ] 20 20 conflicts: [
+1 -1
packages/gotd/gotd.0.1/opam
··· 12 12 "bos" 13 13 "directories" 14 14 "fpath" 15 - "scfg" 15 + "scfg" {< "0.4"} 16 16 "odoc" {with-doc} 17 17 ] 18 18 conflicts: ["rresult" {< "0.7"}]
+49
packages/scfg/scfg.0.4/opam
··· 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 + }
+1 -1
packages/sun/sun.0.1/opam
··· 13 13 "ocaml" {>= "4.13"} 14 14 "cmdliner" {>= "1.1.0"} 15 15 "directories" 16 - "scfg" 16 + "scfg" {< "0.4"} 17 17 "odoc" {with-doc} 18 18 ] 19 19 build: [