jsonst 0.2.0

JSON Schema hacking toolset
1
2
3
4
5
{ pkgs ? import <nixpkgs> {} }:
with pkgs;
mkShell {
  buildInputs = [ pkgconfig openssl ];
}