Skip to content

Commit

Permalink
➕ Add OWL
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeta611 committed Jun 2, 2024
1 parent f65925c commit dd8a93e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
4 changes: 1 addition & 3 deletions bin/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@
(libraries core core_unix.command_unix core_unix.filename_unix stappl)
(modes byte exe)
(preprocess
(pps ppx_jane))
(flags
(:standard -g)))
(pps ppx_jane)))
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
(depends
(core (>= 0.16.2))
(core_unix (>= 0.16.0))
(owl (>= 1.1))
(string_dict (>= 0.16.0))
(ppx_jane (>= 0.16.0))
(menhir (>= 20231231))))
Expand Down
2 changes: 1 addition & 1 deletion lib/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(library
(name stappl)
(libraries str core string_dict)
(libraries core owl string_dict)
(preprocess
(pps ppx_jane)))

Expand Down
4 changes: 4 additions & 0 deletions stappl.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ depends: [
"dune" {>= "3.4"}
"core" {>= "0.16.2"}
"core_unix" {>= "0.16.0"}
"owl" {>= "1.1"}
"string_dict" {>= "0.16.0"}
"ppx_jane" {>= "0.16.0"}
"menhir" {>= "20231231"}
Expand All @@ -32,3 +33,6 @@ build: [
]
]
dev-repo: "git+https://github.com/shapespeare/stappl.git"
pin-depends: [
[ "owl.1.1" "git+https://github.com/owlbarn/owl#06943b0267e7e80dd0eba94ebf63ca4d25c71910" ]
]
3 changes: 3 additions & 0 deletions stappl.opam.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pin-depends: [
[ "owl.1.1" "git+https://github.com/owlbarn/owl#06943b0267e7e80dd0eba94ebf63ca4d25c71910" ]
]

0 comments on commit dd8a93e

Please sign in to comment.