FIX Include license and synopsis
1 files changed, 7 insertions(+), 1 deletions(-)

M hll.conf
M hll.conf +7 -1
@@ 14,7 14,13 @@ url_pattern = "{tag}"
 url_protocol = "http"
 deps_blacklist = ["pds"]
 
+opam_extra_lines = [
+  "synopsis: \"Create Makefile's for building Ocaml projects\"",
+  "license: \"BSD-3-Clause\""
+]
+
 [deps_map]
 ppx_deriving = ["ppx_deriving.show", "ppx_deriving.eq"]
 sedlex = ["sedlex.ppx"]
-fmt = ["logs.fmt"]
  No newline at end of file
+fmt = ["logs.fmt"]
+