Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] lice (0.0.1-dev) #25812

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions packages/lice/lice.0.0.1-dev/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
opam-version: "2.0"
synopsis: "The Lice Programming language libraries and interpreter"
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."
maintainer: ["Gabriel Santamaria <gaby.santamaria@outlook.fr>"]
authors: ["Gabriel Santamaria <gaby.santamaria@outlook.fr>"]
license: "Apache-2.0"
homepage: "https://lice.gabyfle.dev/"
bug-reports: "https://github.com/gabyfle/lice/issues"
depends: [
"dune" {>= "3.12"}
"ocaml" {>= "4.08.0"}
"ANSITerminal" {>= "0.8.5"}
"menhir" {>= "20231231"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/gabyfle/lice.git"
url {
src:
"https://github.com/gabyfle/Lice/releases/download/0.0.1-dev/lice-0.0.1-dev.tbz"
checksum: [
"sha256=13cd90394054b49a9919ebcae9005811e7ca49c98c14b5ef2506694aa543d971"
"sha512=3a763bbcb05014de8c8d07437f69684f5233fc81f76eca258114ce4f84b4ae0c038dcac7b35617988540a358acd0f399659d51a7218f70214de5e5a5efdf4b47"
]
}
x-commit-hash: "16ea18205b2fe8e331dd444d55691c26dc585950"