Skip to content
Open
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
57 changes: 57 additions & 0 deletions packages/shibboleth/shibboleth.0.0.5/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "An SML to OCaml converter"
description:
"A tool that converts Standard ML code to OCaml, facilitating interoperability between the two languages."
maintainer: ["Asher Frost <wizardishlike@gmail.com>"]
authors: ["Asher Frost <wizardishlike@gmail.com>"]
license: "BSD-2-Clause"
tags: ["ocaml" "sml"]
homepage: "https://github.com/wizard7377/sml-ocaml-converter"
bug-reports: "https://github.com/wizard7377/sml-ocaml-converter/issues"
depends: [
"dune" {>= "3.20"}
"ocaml" {>= "4.14"}
"menhirLib" {>= "20250912"}
"fpath" {>= "0.7.3"}
"bos" {>= "0.2.1"}
"ppxlib" {>= "0.33.0"}
"cmdliner" {>= "1.2.0"}
"menhir" {>= "20250912"}
"ppx_import" {>= "1.11.0"}
"ppx_deriving" {>= "6.0.0"}
"ppx_sexp_conv" {>= "0.16.0"}
"sexplib" {>= "0.16.0"}
"sexplib0" {>= "0.16.0"}
"containers" {>= "3.0"}
"re" {>= "1.10.0"}
"ez_file" {>= "0.3.0"}
"fmt" {>= "0.9.0"}
"yojson" {>= "2.0.0"}
"alcotest" {with-test & >= "1.7.0"}
"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/wizard7377/sml-ocaml-converter.git"
x-maintenance-intent: ["(latest)"]
url {
src:
"https://github.com/wizard7377/sml-ocaml-converter/archive/refs/tags/v0.0.1.tar.gz"
checksum: [
"md5=f0ac6bce0c87d0fc8d2409abd810211f"
"sha512=03477e8b82e12e4d1aca38c3bab301c6373db3ee46c8d5fdd6bdaef5ca2a1bfb7de95fa8a7a46b18052d8c109fca6554b6848970aa53ce644594ca428c0327cc"
]
}
Loading