Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/OCamlPro/opam
Browse files Browse the repository at this point in the history
Conflicts:
	src/opamFile.mli
	src/opamGlobals.ml.in
	src/opamSystem.ml
  • Loading branch information
tuong committed Oct 5, 2012
2 parents e67ea03 + f2f9dd7 commit 036a2d8
Show file tree
Hide file tree
Showing 338 changed files with 18,952 additions and 15,875 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
0.7.6 (trunk)
* major internal API refactoring
* repositories are now versionned, and we try to auto-update when possible

0.7.5 [Oct 2012]
Expand Down
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include Makefile.config

LOCAL_OCPBUILD=./ocp-build/ocp-build
OCPBUILD ?= $(LOCAL_OCPBUILD)
OCPBUILD ?= $(LOCAL_OCPBUILD) # /usr/local/bin/ocp-build
SRC_EXT=src_ext
TARGETS = opam opam-mk-repo

Expand Down Expand Up @@ -72,8 +72,7 @@ uninstall:
rm -f $(mandir)/man1/opam*

LIB = opam-lib
CMI = opamFile path file_format process globals repositories lexer run\
linelexer types parallel utils parser
CMI = $(shell ls src/*.mli)
_FILES= $(LIB:%=%.a) $(LIB:%=%.cma) $(LIB:%=%.cmxa)\
$(CMI:%=%.cmi)
FILES = $(_FILES:%=_obuild/opam-lib/%)
Expand All @@ -88,7 +87,7 @@ doc: compile
mkdir -p doc/html/
ocamldoc \
-I _obuild/opam-lib -I _obuild/cudf -I _obuild/dose \
-I _obuild/bat -I _obuild/unix -I _obuild/extlib \
-I _obuild/re -I _obuild/unix -I _obuild/extlib \
-I _obuild/arg -I _obuild/graph \
src/*.mli -html -d doc/html/
$(MAKE) -C doc/man-src
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# OPAM - A package manager for OCaml

OPAM is a package manager for OCaml, based on the
[CUDF](http://mancoosi.org/cudf/) library developped by the
[Mancoosi](http://www.mancoosi.org/) project, which is, among other
[CUDF](http://mancoosi.org/cudf/) and the
[Dose](http://www.mancoosi.org/software/) libraries developped by the
[Mancoosi](http://www.mancoosi.org/) project, which are, among other
things, used by Debian to manage their packages.

### Prerequisites:
Expand Down
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -3718,7 +3718,7 @@ echo "$as_me: error: Your version of OCaml: $OCAMLVERSION is not supported" >&2;
fi
ac_config_files="$ac_config_files Makefile.config src/globals.ml"
ac_config_files="$ac_config_files Makefile.config src/opamGlobals.ml"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
Expand Down Expand Up @@ -4288,7 +4288,7 @@ for ac_config_target in $ac_config_targets
do
case $ac_config_target in
"Makefile.config") CONFIG_FILES="$CONFIG_FILES Makefile.config" ;;
"src/globals.ml") CONFIG_FILES="$CONFIG_FILES src/globals.ml" ;;
"src/opamGlobals.ml") CONFIG_FILES="$CONFIG_FILES src/opamGlobals.ml" ;;
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi

AC_CONFIG_FILES(
Makefile.config
src/globals.ml
src/opamGlobals.ml
)
AC_OUTPUT

Expand Down
57 changes: 0 additions & 57 deletions doc/html/File.Aliases.html

This file was deleted.

60 changes: 0 additions & 60 deletions doc/html/File.Config.html

This file was deleted.

44 changes: 0 additions & 44 deletions doc/html/File.Descr.html

This file was deleted.

61 changes: 0 additions & 61 deletions doc/html/File.Dot_config.Library.html

This file was deleted.

Loading

0 comments on commit 036a2d8

Please sign in to comment.