diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2018-10-27 23:06:35 +0200 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2018-10-30 01:15:03 +0100 |
commit | 1702e79c17b4fa05159afd503f3dcd631c1a86d0 (patch) | |
tree | 7f7a1e962c6ad7ec7e19b5c9d4e91267f9411991 /sid.opam | |
parent | 8d1269767de9268db630187fc9da9b58c49a0745 (diff) | |
download | ocaml-sid-1702e79c17b4fa05159afd503f3dcd631c1a86d0.tar.gz |
add readme and license text
Diffstat (limited to 'sid.opam')
-rw-r--r-- | sid.opam | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -3,8 +3,10 @@ version: "0" synopsis: "Handle security identfiers" maintainer: "Philipp Gesang <phg@phi-gamma.net>" +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"] |