Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Copyright 2009 A Frederick Christensen <[email protected]>
# Distributed under the terms of the GNU General Public License v2

MY_PV="rel$(ever replace_all '' ${PV})"
require github [ user='camlp5' ]

SUMMARY="Preprocessor-pretty-printer of OCaml"

HOMEPAGE="http://camlp5.gforge.inria.fr/"
DOWNLOADS="http://camlp5.gforge.inria.fr/distrib/src/${PNV}.tgz"
HOMEPAGE="https://camlp5.github.io/"

LICENCES="BSD-3"
SLOT="0"
Expand All @@ -17,13 +19,11 @@ MYOPTIONS="
# Be sure to check when bumping.
DEPENDENCIES="
build+run:
dev-lang/ocaml[>=1.07&<=4.03.0]
dev-lang/ocaml
"

BUGS_TO="[email protected]"

DEFAULT_SRC_COMPILE_PARAMS=( world.opt )

# This OCaml specific configure file behaves very unlike
# 'normal' (read autotools) configure files. Options are in the
# form "--option value" rather than "--option=value"
Expand Down