File tree Expand file tree Collapse file tree 6 files changed +25
-21
lines changed Expand file tree Collapse file tree 6 files changed +25
-21
lines changed Original file line number Diff line number Diff line change
1
+ v1.0.2
2
+ --------------------------
3
+ Upgrade jbuilder to dune
4
+
5
+
1
6
v1.0.1
2
7
--------------------------
3
8
Original file line number Diff line number Diff line change
1
+ (lang dune 1 .0)
2
+ (name wtf8)
Original file line number Diff line number Diff line change
1
+ (library
2
+ (name wtf8)
3
+ (public_name wtf8))
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- opam-version: "1.2 "
1
+ opam-version: "2.0 "
2
2
maintainer: "Marshall Roch <
[email protected] >"
3
- authors: ["Marshall Roch <
[email protected] >"]
3
+ authors: "Marshall Roch <
[email protected] >"
4
+ license: "MIT"
4
5
homepage: "https://github.com/flowtype/ocaml-wtf8"
5
6
doc: "https://github.com/flowtype/ocaml-wtf8"
6
- license: "MIT"
7
- dev-repo: "https://github.com/flowtype/ocaml-wtf8.git"
8
7
bug-reports: "https://github.com/flowtype/ocaml-wtf8/issues"
9
- tags: []
10
- available: [ ocaml-version >= "4.01.0"]
11
- depends:
12
- [
13
- "jbuilder" {build & >= "1.0+beta7"}
8
+ depends: [
9
+ "ocaml" {>= "4.01.0"}
10
+ "dune" {build & >= "1.0"}
11
+ ]
12
+ build: [
13
+ ["dune" "build" "-p" name "-j" jobs]
14
+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
14
15
]
15
- depopts: []
16
- build: [["jbuilder" "build" "-p" name "-j" jobs]]
17
- build-test: [["jbuilder" "runtest" "-p" name "-j" jobs]]
16
+ dev-repo: "git+https://github.com/flowtype/ocaml-wtf8.git"
17
+ synopsis: "Encoder and decoder for WTF-8"
18
+ description: """
19
+ WTF-8 is a superset of UTF-8 that allows unpaired surrogates.
20
+ """
You can’t perform that action at this time.
0 commit comments