add missing deps, fix license

This commit is contained in:
zapashcanon 2022-01-23 21:31:47 +01:00
parent 8e6bf72dbf
commit a1dd76d5da
Signed by: zapashcanon
GPG Key ID: 8981C3C62D1D28F1
3 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,7 @@
The ISC License (ISC)
=====================
Copyright © 2021, TODO
Copyright © 2022, Léo Andrès
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

View File

@ -27,6 +27,8 @@
(scfg configuration format simple config parser printer))
(depends
(ocaml
(>= 4.08))))
(>= 4.08))
menhir
sedlex))
(using menhir 2.1)

View File

@ -11,6 +11,8 @@ bug-reports: "https://git.zapashcanon.fr/zapashcanon/scfg/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.08"}
"menhir"
"sedlex"
"odoc" {with-doc}
]
build: [