Skip to content

Commit dddb942

Browse files
authored
cleanup tyre, add ocamlformat, update opam desc (#5)
* chore: cleanup ppx_tyre, we dont need it here. add ocamlformat * update opam description
1 parent d75e9df commit dddb942

18 files changed

+42
-720
lines changed

.ocamlformat

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
break-infix-before-func=false
2+
break-infix=fit-or-vertical
3+
cases-exp-indent=2
4+
doc-comments=before
5+
exp-grouping=preserve
6+
leading-nested-match-parens=true
7+
let-and=sparse
8+
m=140
9+
max-indent=2
10+
parens-ite=true
11+
parens-tuple=multi-line-only
12+
parse-docstrings=false
13+
type-decl=sparse

.travis.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

lib/dune

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
(library
2+
(wrapped false)
3+
(name ppx_regexp_lib)
4+
(public_name ppx_regexp_extended.lib)
5+
(modules regexp regexp_types mik_parser mik_lexer)
6+
(libraries ppxlib re re.perl))
7+
8+
(menhir
9+
(modules mik_parser))
10+
11+
(ocamllex
12+
(modules mik_lexer))
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)