diff options
author | Jonas Stein <jstein@gentoo.org> | 2017-08-01 01:13:55 +0200 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2017-08-04 23:05:28 +0200 |
commit | dd75de5eccd87381576f98f74f5257e8cfb25a6c (patch) | |
tree | 7f42c7852c99f0559a516ad3c9db6a6a0842ec6c /dev-ml/ocplib-endian | |
parent | dev-ml/ocamlify: Shorter DESCRIPTION (diff) | |
download | gentoo-dd75de5eccd87381576f98f74f5257e8cfb25a6c.tar.gz gentoo-dd75de5eccd87381576f98f74f5257e8cfb25a6c.tar.bz2 gentoo-dd75de5eccd87381576f98f74f5257e8cfb25a6c.zip |
dev-ml/ocplib-endian: Shorter DESCRIPTION
Diffstat (limited to 'dev-ml/ocplib-endian')
-rw-r--r-- | dev-ml/ocplib-endian/ocplib-endian-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ocplib-endian/ocplib-endian-1.0.ebuild b/dev-ml/ocplib-endian/ocplib-endian-1.0.ebuild index 416cacb8da50..c3947fbc9c87 100644 --- a/dev-ml/ocplib-endian/ocplib-endian-1.0.ebuild +++ b/dev-ml/ocplib-endian/ocplib-endian-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ OASIS_BUILD_TESTS=1 inherit oasis -DESCRIPTION="Optimised functions to read and write int16/32/64 from strings, bytes and bigarrays" +DESCRIPTION="Functions to read and write int16/32/64 from strings, bytes, and bigarrays" HOMEPAGE="https://github.com/OCamlPro/ocplib-endian" SRC_URI="https://github.com/OCamlPro/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" |