Skip to content

Commit

Permalink
Rename project to opam-depext
Browse files Browse the repository at this point in the history
opam-installext being the name of the similar shell-based plugin by Anil that popped into existence at around the same time.
  • Loading branch information
AltGr committed Jan 21, 2015
1 parent 8cb75ec commit 9b13d96
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .gitignore
@@ -1,3 +1,3 @@
_build
opam-installext
installext.native
opam-depext
depext.native
6 changes: 3 additions & 3 deletions Makefile
@@ -1,10 +1,10 @@
all: opam-installext
all: opam-depext

opam-installext: _build/installext.native
opam-depext: _build/depext.native
cp $^ $@

_build/%:
ocamlbuild -tags debug,use_unix $*

clean:
rm -rf _build opam-installext
rm -rf _build opam-depext
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
OPAM installext plugin
OPAM depext plugin

Replacement for the currently used shell-scripts handling distribution-specific
installation of OPAM packages' external dependencies (as per the `depexts` field
Expand Down
1 change: 1 addition & 0 deletions depext.install
@@ -0,0 +1 @@
bin: [ "opam-depext" ]
File renamed without changes.
1 change: 0 additions & 1 deletion installext.install

This file was deleted.

8 changes: 4 additions & 4 deletions opam
@@ -1,10 +1,10 @@
opam-version: "1.2"
name: "installext"
name: "depext"
version: "0.1"
maintainer: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
authors: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
homepage: "https://github.com/AltGr/opam-installext"
bug-reports: "https://github.com/AltGr/opam-installext/issues"
homepage: "https://github.com/AltGr/opam-depext"
bug-reports: "https://github.com/AltGr/opam-depext/issues"
license: "LGPL-3.0 with OCaml linking exception"
dev-repo: "https://github.com/AltGr/opam-installext.git"
dev-repo: "https://github.com/AltGr/opam-depext.git"
build: [make]

0 comments on commit 9b13d96

Please sign in to comment.