first commit
This commit is contained in:
commit
e1c6aeeeed
42 changed files with 1305 additions and 0 deletions
42
scfg.opam
Normal file
42
scfg.opam
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
# 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: ["pena <pena@kumikode.org>"]
|
||||
authors: ["pena <pena@kumikode.org>"]
|
||||
license: "ISC"
|
||||
tags: ["scfg" "configuration" "format" "simple" "config" "parser" "printer"]
|
||||
homepage: "https://forge.kumikode.org/kumikode/scfg"
|
||||
bug-reports: "https://forge.kumikode.org/kumikode/scfg/issues"
|
||||
depends: [
|
||||
"dune" {>= "2.9"}
|
||||
"bos" {>= "0.2.1"}
|
||||
"cmdliner" {>= "1.3.0"}
|
||||
"crowbar" {with-test}
|
||||
"fmt"
|
||||
"fpath"
|
||||
"menhir" {>= "20211230"}
|
||||
"ocaml" {>= "5.3"}
|
||||
"prelude" {>= "0.5"}
|
||||
"sedlex"
|
||||
"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://forge.kumikode.org/kumikode/scfg.git"
|
||||
Loading…
Add table
Add a link
Reference in a new issue