This commit is contained in:
mratsim 2018-02-27 19:08:59 +01:00
commit 0e1a1169e4
2 changed files with 5 additions and 4 deletions

View File

@ -198,4 +198,4 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

View File

@ -1,8 +1,8 @@
packageName = "ethash"
version = "0.0.1"
author = "Status Research & Development GmbH"
description = "A reimplementation in pure Nim of ethash, the ethereum proof-of-work algorithm"
license = "Apachev2"
description = "A Nim implementation of Ethash, the Ethereum proof-of-work hashing function"
license = "Apache License 2.0"
srcDir = "src"
### Dependencies
@ -25,4 +25,5 @@ task test, "Run Proof-of-Work tests (without mining)":
task test_mining, "Run Proof-of-Work and mining tests (test in release mode)":
switch("define", "release")
switch("define", "ethash_mining")
test "all_tests", "cpp"
test "all_tests", "cpp"