diff options
author | Jonas Stein <jstein@gentoo.org> | 2017-08-01 01:13:06 +0200 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2017-08-04 23:05:25 +0200 |
commit | a11cc521de91b74240df258f11c80fd9bc655a45 (patch) | |
tree | 2d21e2cf754ff2208db63d77df40778bc6d6edbd | |
parent | dev-ml/ocaml-data-notation: Shorter DESCRIPTION (diff) | |
download | gentoo-a11cc521de91b74240df258f11c80fd9bc655a45.tar.gz gentoo-a11cc521de91b74240df258f11c80fd9bc655a45.tar.bz2 gentoo-a11cc521de91b74240df258f11c80fd9bc655a45.zip |
dev-ml/ocamlify: Shorter DESCRIPTION
-rw-r--r-- | dev-ml/ocamlify/ocamlify-0.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ocamlify/ocamlify-0.0.2.ebuild b/dev-ml/ocamlify/ocamlify-0.0.2.ebuild index 3a454b4ee0fe..c24852cc99df 100644 --- a/dev-ml/ocamlify/ocamlify-0.0.2.ebuild +++ b/dev-ml/ocamlify/ocamlify-0.0.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit oasis -DESCRIPTION="OCamlify allows to create OCaml source code by including whole file into OCaml string or string list" +DESCRIPTION="OCamlify creates OCaml code by including files into strings or string lists" HOMEPAGE="http://forge.ocamlcore.org/projects/ocamlify" SRC_URI="http://forge.ocamlcore.org/frs/download.php/1209/${P}.tar.gz" |