File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- Copyright (c) 2016, Simon Cruanes
1
+ Copyright (c) 2016-2019 , Simon Cruanes
2
2
All rights reserved.
3
3
4
4
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build: [
10
10
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
11
11
]
12
12
depends: [
13
- "dune" {build }
13
+ "dune" { >= "1.1" }
14
14
"base-bytes"
15
15
"result"
16
16
"menhir" {build}
Original file line number Diff line number Diff line change 1
1
2
2
3
- (* This file is free software, part of tip-parser . See file "license" for more details. *)
3
+ (* This file is free software, part of smtlib-utils . See file "license" for more details. *)
4
4
5
- (* * {1 Parser for TIP } *)
5
+ (* * {1 Parser for SMTLIB2.6 } *)
6
6
7
7
(* vim:SyntasticToggleMode:
8
8
vim:set ft=yacc: *)
You can’t perform that action at this time.
0 commit comments