ethers-solc 1.0.2

Utilites for working with solc
Documentation
1
2
3
4
5
contract Assert {
	function f(uint x) public pure {
		assert(x > 0);
	}
}