File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog for quickjs-hs
2
+
3
+ ### 0.1
4
+
5
+ * initial release
Original file line number Diff line number Diff line change 3
3
![ Tests CI] ( https://github.com/goodlyrottenapple/quickjs-hs/workflows/Tests%20CI/badge.svg )
4
4
5
5
6
- This package provides a Haskell wrapper for the [ QuickJS] ( https://bellard.org/quickjs/ ) library .
6
+ This package provides a Haskell wrapper for the [ QuickJS] ( https://bellard.org/quickjs/ ) Javascript Engine .
7
7
8
8
## Features
9
9
Original file line number Diff line number Diff line change 1
1
cabal-version : 1.12
2
2
name : quickjs-hs
3
3
version : 0.1
4
- description : Please see the README on GitHub at <https://github.com/goodlyrottenapple/quickjs-hs#readme>
5
4
homepage : https://github.com/goodlyrottenapple/quickjs-hs#readme
6
5
bug-reports : https://github.com/goodlyrottenapple/quickjs-hs/issues
7
6
author : Sam Balco
@@ -14,8 +13,11 @@ extra-source-files:
14
13
README.md
15
14
ChangeLog.md
16
15
category : Javascript
17
- synopsis : Bindings for the QuickJS library
18
- -- description:
16
+ synopsis : Bindings for the QuickJS Javascript Engine
17
+ description :
18
+ This library is a wrapper for the [QuickJS](https://bellard.org/quickjs/) Javascript Engine.
19
+ .
20
+ To get started, see the ReadMe below.
19
21
20
22
source-repository head
21
23
type : git
You can’t perform that action at this time.
0 commit comments