Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,5 @@ +libc.so.6 +libdl.so.2 +libgcc_s.so.1 +libm.so.6 +libstdc++.so.6 Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,25 @@ +name : opam +version : 2.0.0 +release : 1 +homepage : https://opam.ocaml.org/ +source : + # Note: Ensure that the 'full' version of the package is used, otherwise deps are downloaded over the network at build time. + - https://github.com/ocaml/opam/releases/download/2.0.0/opam-full-2.0.0.tar.gz : 9dad4fcb4f53878c9daa6285d8456ccc671e21bfa71544d1f926fb8a63bfed25 +license : LGPL-2.1 +component : programming.tools +summary : Opam is a source-based package manager for OCaml +description: | + Opam is a source-based package manager for OCaml. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow. +builddeps : + - ocaml +rundeps : + - ocaml +setup : | + %configure +build : | + %make lib-ext + # Note: -j1 must currently be passed to force make to build serially. This doesn't impact build performance and dune executes builds in parallel. + # See the following github issue for more information: https://github.com/ocaml/opam/issues/3585 + %make -j1 +install : | + %make_install \ No newline at end of file Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,74 @@ + + + opam + https://opam.ocaml.org/ + + Joe Alden + me@joealden.com + + LGPL-2.1 + programming.tools + Opam is a source-based package manager for OCaml + Opam is a source-based package manager for OCaml. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow. + + https://solus-project.com/sources/README.Solus + + + opam + Opam is a source-based package manager for OCaml + Opam is a source-based package manager for OCaml. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow. + + programming.tools + + /usr/bin/opam + /usr/bin/opam-installer + /usr/doc/opam-installer/CHANGES + /usr/doc/opam-installer/LICENSE + /usr/doc/opam-installer/README.md + /usr/lib/opam-installer/META + /usr/lib/opam-installer/opam + /usr/share/man/man1/opam-admin-cache.1 + /usr/share/man/man1/opam-admin-filter.1 + /usr/share/man/man1/opam-admin-index.1 + /usr/share/man/man1/opam-admin-lint.1 + /usr/share/man/man1/opam-admin-list.1 + /usr/share/man/man1/opam-admin-upgrade.1 + /usr/share/man/man1/opam-admin.1 + /usr/share/man/man1/opam-clean.1 + /usr/share/man/man1/opam-config.1 + /usr/share/man/man1/opam-env.1 + /usr/share/man/man1/opam-exec.1 + /usr/share/man/man1/opam-help.1 + /usr/share/man/man1/opam-info.1 + /usr/share/man/man1/opam-init.1 + /usr/share/man/man1/opam-install.1 + /usr/share/man/man1/opam-installer.1 + /usr/share/man/man1/opam-lint.1 + /usr/share/man/man1/opam-list.1 + /usr/share/man/man1/opam-pin.1 + /usr/share/man/man1/opam-reinstall.1 + /usr/share/man/man1/opam-remote.1 + /usr/share/man/man1/opam-remove.1 + /usr/share/man/man1/opam-repository.1 + /usr/share/man/man1/opam-search.1 + /usr/share/man/man1/opam-show.1 + /usr/share/man/man1/opam-source.1 + /usr/share/man/man1/opam-switch.1 + /usr/share/man/man1/opam-uninstall.1 + /usr/share/man/man1/opam-unpin.1 + /usr/share/man/man1/opam-update.1 + /usr/share/man/man1/opam-upgrade.1 + /usr/share/man/man1/opam-var.1 + /usr/share/man/man1/opam.1 + + + + + 2018-10-08 + 2.0.0 + Packaging update + Joe Alden + me@joealden.com + + + \ No newline at end of file