Skip to content

Commit

Permalink
dev-ml/ocaml-webmachine: Initial import. Ebuild by me.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.4, Repoman-2.3.2
  • Loading branch information
aballier committed Mar 14, 2017
1 parent b97c808 commit 8755f29
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ml/ocaml-webmachine/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST ocaml-webmachine-0.4.0.tar.gz 74818 SHA256 d0d20e41bcdf110cbabaac913c39d3a7b99002ceab403db7a76872558fec328d SHA512 5ea06ae41f6c156786b72ea7a164bd0c96cf9b6fc7ae1e93044a928681f03b07cef39da1c4955317fe6762065bd189b3809ba521b3349ec9f6dde9191c857d31 WHIRLPOOL e8adeb98816b69ce8f40df362b4b1be864b19234ee1d9ee12e0d67da77cab9ec6a21a3eccaa78c6cacbe91f5d8cea706e599c041f19277015a6e2684281a1e37
8 changes: 8 additions & 0 deletions dev-ml/ocaml-webmachine/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo ML Project</name>
</maintainer>
</pkgmetadata>
32 changes: 32 additions & 0 deletions dev-ml/ocaml-webmachine/ocaml-webmachine-0.4.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

OASIS_BUILD_DOCS=1
OASIS_BUILD_TESTS=1

inherit oasis

DESCRIPTION="A REST toolkit for OCaml"
HOMEPAGE="https://github.com/inhabitedtype/ocaml-webmachine"
SRC_URI="https://github.com/inhabitedtype/ocaml-webmachine/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""

DEPEND="
dev-ml/calendar:=
dev-ml/ocaml-cohttp:=[ocamlopt?]
dev-ml/ocaml-dispatch:=[ocamlopt?]
dev-ml/ocaml-re:=[ocamlopt?]
dev-ml/ocaml-uri:=[ocamlopt?]
"
RDEPEND="${DEPEND}"
DEPEND="${DEPEND}
test? ( dev-ml/ounit[ocamlopt?] )
"

DOCS=( README.md CONTRIBUTING.md )

0 comments on commit 8755f29

Please sign in to comment.