pkgsrc/misc/ocaml-opam/buildlink3.mk
jaapb 55c99288a9 Updated package to latest version, 2.0.0beta4. Changes include:
* Building with OCaml < 4.02.3 is no longer supported
* Support compilation with a built-in mccs solver (removing run-time dependency
  to aspcud). Integrated half-working "heuristics" dropped.
* Remove jsonm and transitive uutf dependency.
* Switch build systems to `jbuilder`, including `lib-ext` support
* Allow repeated and or'd arguments to the `list` command
* Many code and build system portability fixes (Windows, BSD)
* Add `switch export --full` to include package definitions
* Add `announce:` and `stamp:` fields to repositories (`repo` files)
* Add a global cache of git objects (greatly speeding up multiple cloning)
* Allow `opam pin URL` without a package name
* Many error handling, messages and corner case fixes
* Updated the versions of dependencies
* Removed the unused `features:` field, and proposal for a new syntax
* More informative exit codes, and documentation thereof
2017-09-08 16:50:46 +00:00

14 lines
392 B
Makefile

# $NetBSD: buildlink3.mk,v 1.4 2017/09/08 16:50:46 jaapb Exp $
BUILDLINK_TREE+= ocaml-opam
.if !defined(OCAML_OPAM_BUILDLINK3_MK)
OCAML_OPAM_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-opam+= ocaml-opam>=1.2.2
BUILDLINK_ABI_DEPENDS.ocaml-opam+= ocaml-opam>=2.0.0_beta4
BUILDLINK_PKGSRCDIR.ocaml-opam?= ../../misc/ocaml-opam
.endif # OCAML_OPAM_BUILDLINK3_MK
BUILDLINK_TREE+= -ocaml-opam