clean stuff

This commit is contained in:
zapashcanon 2022-01-30 00:50:45 +01:00
parent 13e401c4dc
commit aba893c9c7
Signed by: zapashcanon
GPG Key ID: 8981C3C62D1D28F1
3 changed files with 7 additions and 4 deletions

View File

@ -63,13 +63,13 @@ For more, have a look at the [example] folder, at the [documentation] or at the
- [CHANGELOG]
[CHANGELOG]: ./CHANGES.md
[example]: ./example/
[example]: ./example
[LICENSE]: ./LICENSE.md
[opam file]: ./scfg.opam
[test suite]: ./test/
[test suite]: ./test
[documentation]: https://doc.zapashcanon.fr/scfg/
[documentation]: https://doc.zapashcanon.fr/scfg
[how to install opam]: https://opam.ocaml.org/doc/Install.html
[OCaml]: https://ocaml.org
[opam]: https://opam.ocaml.org/
[opam]: https://opam.ocaml.org
[scfg configuration file format]: https://git.sr.ht/~emersion/scfg

View File

@ -17,6 +17,8 @@
(bug_reports https://git.zapashcanon.fr/zapashcanon/scfg/issues)
(documentation https://doc.zapashcanon.fr/scfg)
(generate_opam_files true)
(package

View File

@ -9,6 +9,7 @@ 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"}