Skip to content

Commit

Permalink
Fix dependencies and CI
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Santamaria <gaby.santamaria@outlook.fr>
  • Loading branch information
gabyfle committed May 8, 2024
1 parent d06268d commit 8aba5e2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lice CI
name: CI

on:
- pull_request
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<p align="center"><img src="https://raw.githubusercontent.com/gabyfle/Lice/main/lice.svg" width="200px" style="margin: auto; border-radius: 200px;"></p>

<center>

[![CI](https://github.com/gabyfle/Lice/actions/workflows/workflow.yml/badge.svg?branch=main)](https://github.com/gabyfle/Lice/actions/workflows/workflow.yml)

</center>

# Lice
Lice language main repository. Contains all the library code of the Lice language and everything you need to add Lice to your OCaml application.

Expand Down
2 changes: 2 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
(menhir
(>= 20231231))
(js_of_ocaml
(>= 5.7.2))
(js_of_ocaml-ppx
(>= 5.7.2)))
(description
"This package provides the Lice programming language libraries and interpreter. Lice is a simple programming language that is easy to learn and use. It is an imperative programming language that is meant to be interoperable with OCaml."))
1 change: 1 addition & 0 deletions lice.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ depends: [
"ANSITerminal" {>= "0.8.5"}
"menhir" {>= "20231231"}
"js_of_ocaml" {>= "5.7.2"}
"js_of_ocaml-ppx" {>= "5.7.2"}
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit 8aba5e2

Please sign in to comment.