milis/talimatname/genel/f/fstar/talimat

22 lines
608 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Program Doğrulama için Tasarlanmış Verimli Bir Dil
# URL: https://fstar-lang.org/
# Paketçi: Cihan_Alkan
# Gerekler: ocaml ocaml-findlib ocaml-menhir ocaml-pprint ocaml-yojson ocaml-batteries ocaml-stdint zarith
# Grup: geliştirme
isim=fstar
surum=0.9.5.0
devir=1
kaynak=(https://github.com/FStarLang/FStar/archive/v$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd "FStar-$surum"
# Step 3. Building F* from the OCaml snapshot
make -C src/ocaml-output -j 3
install -d -m755 $PKG/opt/fstar $PKG/usr/bin
cp -r * $PKG/opt/fstar
ln -s /opt/fstar/bin/fstar.exe $PKG/usr/bin/fstar
}