From 1702e79c17b4fa05159afd503f3dcd631c1a86d0 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sat, 27 Oct 2018 23:06:35 +0200 Subject: add readme and license text --- sid.opam | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sid.opam') diff --git a/sid.opam b/sid.opam index c0e9507..d417760 100644 --- a/sid.opam +++ b/sid.opam @@ -3,8 +3,10 @@ version: "0" synopsis: "Handle security identfiers" maintainer: "Philipp Gesang " +bug-reports: "https://gitlab.com/phgsng/ocaml-sid" +homepage: "https://gitlab.com/phgsng/ocaml-sid" authors: [ "Philipp Gesang" ] -license: "LGPLv3" +license: "LGPL-3.0-only" depends: [ "ocamlbuild" {build} "oasis" {build} @@ -17,4 +19,4 @@ build: [ ["ocaml" "setup.ml" "-build"] ] install: [make "install"] -build-test: [make "test"] +run-test: [make "test"] -- cgit v1.2.3