Skip to content

Commit

Permalink
Continue to split opamClient.ml into pieces.
Browse files Browse the repository at this point in the history
Now there is opamSolution.ml which deals with interfacing with asking the solver and applying the results.
  • Loading branch information
samoht committed Nov 7, 2012
1 parent 237bc5c commit e4fb4d0
Show file tree
Hide file tree
Showing 12 changed files with 1,117 additions and 949 deletions.
4 changes: 3 additions & 1 deletion src/client/client.ocp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ begin library "opam-lib"

files = [
"opamState.ml"
"opamConfig.ml"
"opamSolution.ml"
"opamConfigCommand.ml"
"opamSwitchCommand.ml"
"opamClient.ml"
]

Expand Down
985 changes: 37 additions & 948 deletions src/client/opamClient.ml

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
Loading

0 comments on commit e4fb4d0

Please sign in to comment.