Skip to content

Commit

Permalink
Prep for 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed May 8, 2020
1 parent b9c7e73 commit 4492452
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
0.1.0 2020-05-07
--------------

- Initial public release

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ their dependencies.

## Installation

Archi is currently unreleased.
```shell
$ opam install archi # choose your preferred runtime: archi-lwt archi-async
```

# Usage & Examples

Expand Down
5 changes: 5 additions & 0 deletions archi.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ depends: [
]
synopsis:
"A library for managing the lifecycle of stateful components in OCaml"
description:
"""
Archi is an OCaml library for managing the lifecycle of stateful components and
their dependencies.
"""
7 changes: 3 additions & 4 deletions nix/sources.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{ ocamlVersion ? "4_10" }:

let
overlays = builtins.fetchTarball {
url = https://github.com/anmonteiro/nix-overlays/archive/5d6ac00.tar.gz;
sha256 = "0dl92riggcz2zxrlrkqh51rbjz2kc5k8ad2wri1y2ivk3b6qa37n";
};
overlays =
builtins.fetchTarball
https://github.com/anmonteiro/nix-overlays/archive/3ce96cd.tar.gz;

in

Expand Down

0 comments on commit 4492452

Please sign in to comment.