shrub/pkg/hs/urbit-king
Elliot Glaysher d39d7246d1 king: move MultiEyreApi to a new RunningEnv.
There was a TODO in runShips about how the different layers of the
RIO environment had to be changed, so that there was a layer between
KingEnv and PierEnv for things shared between individual Piers, but
which weren't used outside of any PierEnv. This addresses those
TODOs by creating RunningEnv, which for now just owns MultiEyreApi
and makes it so we don't have to pass the entire thing around
explicitly.

The IP handling stuff will go in RunningEnv in a following patch.
2020-08-04 16:56:32 -04:00
..
app Renamed modules Ur.** to Urbit.** to be consistent with urbit-{atom,hob} 2020-01-23 21:28:38 -08:00
lib/Urbit king: move MultiEyreApi to a new RunningEnv. 2020-08-04 16:56:32 -04:00
test king: fix ames tests 2020-07-23 13:17:02 -07:00
.gitignore king: Rename king package to urbit-king. 2020-01-23 21:20:43 -08:00
LICENSE king: Rename king package to urbit-king. 2020-01-23 21:20:43 -08:00
package.yaml natpmp: Make haskell bindings to libnatpmp and add them to the build. 2020-08-04 13:24:55 -04:00
TODO.md king: Command line flag to enable verbose logging. 2020-06-11 02:07:10 +00:00