dev-lang/fstar: fix fetching

This commit is contained in:
2016-12-18 21:45:22 +01:00
parent 8f05312012
commit 63596392f4

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"