Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ocaml/opam-depext
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Jul 20, 2017
2 parents 597315f + c08ea8d commit f942601
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 19 deletions.
38 changes: 20 additions & 18 deletions README.md
Expand Up @@ -7,24 +7,26 @@ in their definitions).

Currently supported depexts are:

* `homebrew` `osx`
* `macports` `osx`
* `debian` `linux`
* `ubuntu` `linux`
* `centos` `linux`
* `fedora` `linux`
* `rhel` `linux`
* `oraclelinux` `linux`
* `mageia` `linux`
* `alpine` `linux`
* `archlinux` `linux`
* `opensuse` `linux`
* `win32` `cygwin`
* `gentoo`
* `freebsd`
* `openbsd`
* `netbsd`
* `dragonfly`
| Depext | Online package list |
|------------------------|---------------------------------------------------------|
| `alpine` `linux` | https://pkgs.alpinelinux.org |
| `archlinux` `linux` | https://www.archlinux.org/packages/ |
| `centos` `linux` | http://centos-packages.com/ |
| `debian` `linux` | https://www.debian.org/distrib/packages#search_packages |
| `dragonfly` | |
| `fedora` `linux` | https://apps.fedoraproject.org/packages/ |
| `freebsd` | https://www.freebsd.org/ports/index.html |
| `gentoo` | https://packages.gentoo.org/ |
| `homebrew` `osx` | http://braumeister.org/ |
| `macports` `osx` | https://www.macports.org/ports.php |
| `mageia` `linux` | |
| `netbsd` | http://pkgsrc.se/ |
| `openbsd` | http://openports.se/ |
| `opensuse` `linux` | https://software.opensuse.org/find |
| `oraclelinux` `linux` | |
| `rhel` `linux` | |
| `ubuntu` `linux` | https://packages.ubuntu.com/ |
| `win32` `cygwin` | |

This version runs as an OPAM plugin; it may help pave the way to some
specification of the `depexts` field and give some basis for a real
Expand Down
2 changes: 1 addition & 1 deletion depext.ml
Expand Up @@ -243,7 +243,7 @@ let update_command = function
| Some `Alpine ->
["apk"; "update"]
| Some `OpenSUSE ->
["zypper"; "update"]
["zypper"; "--non-interactive"; "update"]
| _ -> ["echo"; "Skipping system update on this platform."]

exception Signaled_or_stopped of string list * Unix.process_status
Expand Down

0 comments on commit f942601

Please sign in to comment.