This commit is contained in:
swrup 2025-11-11 02:07:51 +01:00
parent aa2ff7b2f0
commit 2f3113f55d
11742 changed files with 1223940 additions and 0 deletions

View file

@ -0,0 +1,20 @@
version: "0.0.2"
opam-version: "2.0"
name: "bstr"
maintainer: [ "Romain Calascibetta <romain.calascibetta@gmail.com>" ]
authors: [ "Romain Calascibetta <romain.calascibetta@gmail.com>" ]
homepage: "https://git.robur.coop/robur/bstr"
bug-reports: "https://git.robur.coop/robur/bstr"
dev-repo: "git+https://github.com/robur-coop/bstr"
doc: "https://robur-coop.github.io/bstr/"
license: "MIT"
synopsis: "A simple library for bigstrings"
build: [ "dune" "build" "-p" name "-j" jobs ]
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
depends: [
"ocaml" {>= "4.14.0"}
"dune" {>= "3.5.0"}
]
x-maintenance-intent: [ "(latest)" ]