dev-lang/fstar: fix fetching

This commit is contained in:
Julian Ospald 2016-12-18 21:45:22 +01:00
parent 8f05312012
commit 63596392f4
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,14 @@
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2
SCM_SECONDARY_REPOSITORIES="
openssl
"
SCM_openssl_REPOSITORY="git://github.com/openssl/openssl.git"
SCM_EXTERNAL_REFS="
ucontrib/CoreCrypto/ml/openssl:openssl
"
require github [ user="FStarLang" project="FStar" ]
SUMMARY="An ML-like language with a type system for program verification"