Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Mar 25, 2024
1 parent 63c2a8d commit 9a3f413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
8 changes: 1 addition & 7 deletions src/error/dune
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@

(library
(public_name imandrakit.error)
(name imandrakit_error)
(preprocess
(pps ppx_deriving.std))
(flags :standard -open Imandrakit_common -open Imandrakit_ser)
(synopsis "Error library for imandrakit")
(libraries
imandrakit.common
imandrakit.ser
hmap
logs
containers))
(libraries imandrakit.common imandrakit.ser hmap logs containers))
5 changes: 1 addition & 4 deletions src/ser/dune
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@

(library
(public_name imandrakit.ser)
(name imandrakit_ser)
(preprocess
(pps ppx_deriving.std))
(flags :standard -open Imandrakit_common)
(synopsis "Serialization and deserialization in imandrakit")
(libraries
imandrakit.common
containers))
(libraries imandrakit.common containers))

0 comments on commit 9a3f413

Please sign in to comment.