commit 6d54de5488de856466e2599bd5323a974c583ac6
parent 77e56fc0e3be4e0e3742dd2df84dcd52761ef771
Author: Jared Tobin <jared@jtobin.io>
Date: Fri, 6 Sep 2019 09:39:22 -0230
meta: rename to 'urbit-hob'
Diffstat:
2 files changed, 21 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
@@ -0,0 +1,17 @@
+# urbit-hob
+
+[![Build Status](https://secure.travis-ci.org/urbit/urbit-hob.png)](http://travis-ci.org/urbit/urbit-hob)
+[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
+
+Utilities for phonetic base wrangling.
+
+## What
+
+Here you can primarily find functions for dealing with the *phonetic bases*
+used by Urbit. The `@p` encoding is used for naming ships, while the `@q`
+encoding is used for representing arbitrary data in a memorable and
+pronounceable fashion.
+
+The `@p` encoding is an *obfuscated* representation of an underlying 32-bit
+number, in particular, hence the 'ob' in the library's name.
+
diff --git a/hob.cabal b/hob.cabal
@@ -1,8 +1,8 @@
-name: hob
+name: urbit-hob
version: 0.1.0
description: Hoon-style atom manipulation and printing functions
-homepage: https://github.com/urbit/hob#readme
-bug-reports: https://github.com/urbit/hob/issues
+homepage: https://github.com/urbit/urbit-hob#readme
+bug-reports: https://github.com/urbit/urbit-hob/issues
author: Jared Tobin
maintainer: jared@jtobin.io
copyright: 2019 Jared Tobin
@@ -13,7 +13,7 @@ cabal-version: >= 1.10
source-repository head
type: git
- location: https://github.com/urbit/hob
+ location: https://github.com/urbit/urbit-hob
library
default-language: Haskell2010