We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eefde13 commit b01756dCopy full SHA for b01756d
.travis.yml
@@ -0,0 +1,17 @@
1
+language: d
2
+
3
+# Trusty is Travis' default but reached EOL 2019-04-30
4
+dist: xenial
5
6
+# Latest version of DMD/GDC/LDC
7
+matrix:
8
+ include:
9
+ - d: dmd
10
+ - d: ldc
11
+ - addons:
12
+ apt:
13
+ sources:
14
+ - ubuntu-toolchain-r-test
15
+ packages:
16
+ - gdc-9
17
+ env: DC=gdc-9
README.md
@@ -1,4 +1,7 @@
-# bitblob
+# BitBlob
+[](https://travis-ci.com/geod24/bitblob)
+[](https://code.dlang.org/packages/bitblob)
A lightweight wrapper to represent hashes as value types.
0 commit comments