File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change
1
+
2
+
3
+ # 0.3.1
4
+
5
+ - bugfix in codegen of pretty printers
6
+ - modernize build and tests
7
+
8
+ # 0.3
9
+
10
+ - better names for constructors
11
+
12
+ # 0.2
13
+
14
+ - generic Input/Output types
15
+
16
+ # 0.1
17
+
18
+ initial release
Original file line number Diff line number Diff line change 1
1
# This file is generated by dune, edit dune-project instead
2
2
opam-version: "2.0"
3
- version: "0.3"
3
+ version: "0.3.1 "
4
4
synopsis: "BARE encoding, see https://baremessages.org/"
5
5
maintainer: ["simon cruanes"]
6
6
authors: ["simon cruanes"]
Original file line number Diff line number Diff line change 1
1
(lang dune 2 .8)
2
2
( generate_opam_files true )
3
3
(name bare_encoding)
4
- ( version 0 .3)
4
+ ( version 0 .3.1 )
5
5
( source ( github " c-cube/bare-ocaml" ) )
6
6
7
7
( implicit_transitive_deps false )
You can’t perform that action at this time.
0 commit comments