From a1dd76d5daf390037fe2f133a2c7ea0f696f278c Mon Sep 17 00:00:00 2001 From: zapashcanon Date: Sun, 23 Jan 2022 21:31:47 +0100 Subject: [PATCH] add missing deps, fix license --- LICENSE.md | 2 +- dune-project | 4 +++- scfg.opam | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 1ead8d4..2e7dce4 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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. diff --git a/dune-project b/dune-project index bf278b4..a72931b 100644 --- a/dune-project +++ b/dune-project @@ -27,6 +27,8 @@ (scfg configuration format simple config parser printer)) (depends (ocaml - (>= 4.08)))) + (>= 4.08)) + menhir + sedlex)) (using menhir 2.1) diff --git a/scfg.opam b/scfg.opam index 79b0d90..35f56e5 100644 --- a/scfg.opam +++ b/scfg.opam @@ -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: [