Skip to content

Commit

Permalink
Merge pull request #55 from kit-ty-kate/rm-cudf
Browse files Browse the repository at this point in the history
Remove opam-0install-cudf (split off to its own repository)
  • Loading branch information
talex5 authored Aug 1, 2024
2 parents d19d6fe + afeeabf commit e204347
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 517 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
* [API docs][]

**NOTE: opam-0install-cudf has been split off this repository and now resides at [ocaml-opam/opam-0install-cudf](https://github.com/ocaml-opam/opam-0install-cudf)**

# Introduction

Opam's default solver is designed to maintain a set of packages over time,
Expand Down
22 changes: 1 addition & 21 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,7 @@ This package uses 0install's solver algorithm with opam packages.
(ocaml (>= 4.10.0))
0install-solver
(opam-file-format (>= 2.1.1))
(opam-client :with-test)
(opam-client (and :with-test (< 2.2.0~alpha)))
(opam-solver :with-test)
(astring :with-test)
(alcotest :with-test)))

(package
(name opam-0install-cudf)
(synopsis "Opam solver using 0install backend using the CUDF interface")
(description "\
Opam's default solver is designed to maintain a set of packages
over time, minimising disruption when installing new programs and
finding a compromise solution across all packages.
In many situations (e.g. CI, local roots or duniverse builds) this
is not necessary, and we can get a solution much faster by using
a different algorithm.
This package uses 0install's solver algorithm with opam packages using
the CUDF interface.
")
(depends
cudf
(ocaml (>= 4.10.0))
0install-solver))
4 changes: 0 additions & 4 deletions lib-cudf/dune

This file was deleted.

263 changes: 0 additions & 263 deletions lib-cudf/model.ml

This file was deleted.

42 changes: 0 additions & 42 deletions lib-cudf/model.mli

This file was deleted.

Loading

0 comments on commit e204347

Please sign in to comment.