Added tag 4.0 for changeset ddb802e9c7b3
FIX Support latest TOML
Added tag 3.16 for changeset a9472eef329c
FIX Remove smoke tests for now
Added tag 3.15 for changeset db59733d8f66
FIX Point config to sourcehut
Added tag 3.14 for changeset a28f69c436fc
Added tag 3.12 for changeset 4e1ee85b0855
FIX Map dep_maps with pins The pins are based on the values in deps, however deps_maps allows for transforming dependency names into package names. This means pins do not work properly because the names they refer to will not show up in the opam package. This adds the pins based on the actual dependency name to the list of pins if an existing pin does not exist. This does not handle if a deps_map values has different pins in it. Only the first one is taken and added to pins and pins cannot be combined. This might be an issue but unclear what it looks like int real code.
ADD Specify package name
FIX tests to with-test
FIX Still broken but working on working selectors
Merged in fix-support-opam-2 (pull request #9) FIX Support opam 2.0
FIX Support opam 2.0
Merged in add-selectors (pull request #8) ADD Support for selectors
ADD Support for selectors Also add some smoke tests in order to guide the correctness of the tests.
Revert "FIX Modify URL to be HTTP" This reverts commit 401b2ab47d241e6bbbaecee7563617e44fc1e57c.
FIX Modify URL to be HTTP
Merged in fix-broken-opam-test-option (pull request #7) Add an option to disable test deps being given a test constraint. This works around an odd behavior in opam install -t which installs, and runs, test deps for every dependency rather than just the one being installed
Add an option to disable test deps being given a test constraint. This works around an odd behavior in opam install -t which installs, and runs, test deps for every dependency rather than just the one being installed