{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell {
  packages = [
    pkgs.ecl
  ];
}