prepare for 0.1

This commit is contained in:
Simon Cruanes 2023-06-10 00:07:51 -04:00
parent e8ba4feea1
commit bc949727d6
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
3 changed files with 6 additions and 6 deletions

4
CHANGES.md Normal file
View file

@ -0,0 +1,4 @@
# 0.1
initial release

View file

@ -1,18 +1,13 @@
(lang dune 3.0)
(using mdx 0.2)
(name moonpool)
(version 0.1)
(generate_opam_files true)
(source
(github c-cube/moonpool))
(authors "Simon Cruanes")
(maintainers "Simon Cruanes")
(license MIT)
;(documentation https://url/to/documentation)

View file

@ -1,5 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1"
synopsis: "Pools of threads supported by a pool of domains"
maintainer: ["Simon Cruanes"]
authors: ["Simon Cruanes"]