ocaml-base64-2.0.0.ebuild 529 B

123456789101112131415161718192021222324
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="5"
  4. OASIS_BUILD_DOCS=1
  5. inherit oasis
  6. DESCRIPTION="Library for radix-64 representation (de)coding"
  7. HOMEPAGE="https://github.com/mirage/ocaml-base64"
  8. SRC_URI="https://github.com/mirage/ocaml-base64/archive/v${PV}.tar.gz -> ${P}.tar.gz"
  9. LICENSE="ISC"
  10. SLOT="0/${PV}"
  11. KEYWORDS="~amd64"
  12. IUSE=""
  13. RDEPEND=">=dev-lang/ocaml-4.02[ocamlopt?]"
  14. DEPEND="${RDEPEND}
  15. >=dev-ml/findlib-1.3.2"
  16. DOCS=( "README.md" "CHANGES.md" )