Rename to op

This commit is contained in:
2020-07-01 22:37:19 +02:00
parent 7884ca4a8f
commit 1783232b8e
4 changed files with 22 additions and 24 deletions

11
op.nimble Normal file
View File

@@ -0,0 +1,11 @@
# Package
version = "0.1.0"
author = "luxick"
description = "Generic result type for operations that can fail."
license = "GPL-2.0"
srcDir = "src"
# Dependencies
requires "nim >= 1.2.4"