Skip to content

Commit 8aba5e2

Browse files
committed
Fix dependencies and CI
Signed-off-by: Gabriel Santamaria <gaby.santamaria@outlook.fr>
1 parent d06268d commit 8aba5e2

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lice CI
1+
name: CI
22

33
on:
44
- pull_request

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<p align="center"><img src="https://raw.githubusercontent.com/gabyfle/Lice/main/lice.svg" width="200px" style="margin: auto; border-radius: 200px;"></p>
22

3+
<center>
4+
5+
[![CI](https://github.com/gabyfle/Lice/actions/workflows/workflow.yml/badge.svg?branch=main)](https://github.com/gabyfle/Lice/actions/workflows/workflow.yml)
6+
7+
</center>
8+
39
# Lice
410
Lice language main repository. Contains all the library code of the Lice language and everything you need to add Lice to your OCaml application.
511

dune-project

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
(menhir
3030
(>= 20231231))
3131
(js_of_ocaml
32+
(>= 5.7.2))
33+
(js_of_ocaml-ppx
3234
(>= 5.7.2)))
3335
(description
3436
"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."))

lice.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ depends: [
1414
"ANSITerminal" {>= "0.8.5"}
1515
"menhir" {>= "20231231"}
1616
"js_of_ocaml" {>= "5.7.2"}
17+
"js_of_ocaml-ppx" {>= "5.7.2"}
1718
"odoc" {with-doc}
1819
]
1920
build: [

0 commit comments

Comments
 (0)