aboutsummaryrefslogtreecommitdiffstats
path: root/community/ocaml
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-03-08 22:59:08 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-03-10 02:17:25 +0100
commit500d952707ca2e8896377b44dea15cc3388ad6d5 (patch)
treed285f5bce7a82cf61f8970bba052be7ed11905c4 /community/ocaml
parenteb419ce4a54cb1665c7c1fcefe76dd32960af520 (diff)
downloadaports-500d952707ca2e8896377b44dea15cc3388ad6d5.tar.bz2
aports-500d952707ca2e8896377b44dea15cc3388ad6d5.tar.xz
community/ocaml: clarify license
Diffstat (limited to 'community/ocaml')
-rw-r--r--community/ocaml/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ocaml/APKBUILD b/community/ocaml/APKBUILD
index bfc5d8ed4e..17d3931897 100644
--- a/community/ocaml/APKBUILD
+++ b/community/ocaml/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=2
pkgdesc="Main implementation of the Caml programming language"
url="http://ocaml.org/"
arch="all !x86 !armhf !s390x"
-license="LGPL-2.0"
+license="LGPL-2.1-or-later-WITH-linking-exception"
makedepends="ncurses-dev zlib-dev gdbm-dev gcc libc-dev"
depends="ncurses-dev"
options="textrels"